Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: J-N-K <github@klug.nrw>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 and J-N-K authored Jun 24, 2023
1 parent fe4fa13 commit 0c0d665
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default {
configDescriptionParameters: [
{
advanced: false,
description: 'Amount of time that must have passed since the last persist',
description: 'Amount of time that must have passed since the last value has been persisted',
label: 'Value',
name: 'value',
required: true,
Expand All @@ -309,7 +309,7 @@ export default {
configDescriptionParameters: [
{
advanced: false,
description: 'Enter values seperated by comma (use point <code>.</code> as decimal point), e.g. <code>one, two, three</code>, to be persisted',
description: 'Enter values separated by comma (use point <code>.</code> as decimal point), e.g. <code>one, two, three</code>, to be persisted',
label: 'Values',
name: 'values',
required: true,
Expand Down

0 comments on commit 0c0d665

Please sign in to comment.