Skip to content

Commit cf147b9

Browse files
authored
misc typo fix (#9812)
Signed-off-by: Abhijeet Kasurde <[email protected]>
1 parent 4c11902 commit cf147b9

9 files changed

+9
-9
lines changed

plugins/filter/to_days.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_days
8-
short_description: Converte a duration string to days
8+
short_description: Converts a duration string to days
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to days.

plugins/filter/to_hours.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_hours
8-
short_description: Converte a duration string to hours
8+
short_description: Converts a duration string to hours
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to hours.

plugins/filter/to_milliseconds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_milliseconds
8-
short_description: Converte a duration string to milliseconds
8+
short_description: Converts a duration string to milliseconds
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to milliseconds.

plugins/filter/to_minutes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_minutes
8-
short_description: Converte a duration string to minutes
8+
short_description: Converts a duration string to minutes
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to minutes.

plugins/filter/to_months.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_months
8-
short_description: Converte a duration string to months
8+
short_description: Convert a duration string to months
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to months.

plugins/filter/to_seconds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_seconds
8-
short_description: Converte a duration string to seconds
8+
short_description: Converts a duration string to seconds
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to seconds.

plugins/filter/to_time_unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_time_unit
8-
short_description: Converte a duration string to the given time unit
8+
short_description: Converts a duration string to the given time unit
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to the given time unit.

plugins/filter/to_weeks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_weeks
8-
short_description: Converte a duration string to weeks
8+
short_description: Converts a duration string to weeks
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to weeks.

plugins/filter/to_years.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
DOCUMENTATION:
77
name: to_years
8-
short_description: Converte a duration string to years
8+
short_description: Converts a duration string to years
99
version_added: 0.2.0
1010
description:
1111
- Parse a human readable time duration string and convert to years.

0 commit comments

Comments
 (0)