Skip to content

Commit

Permalink
docs: remove 'd' from duration values spec (#674) (#679)
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <[email protected]>
(cherry picked from commit eab8cd9)

Co-authored-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
github-actions[bot] and tpaschalis authored Apr 25, 2024
1 parent cf15626 commit 795a99e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ In addition to the preceding types, the [component reference][] documentation us
The key type of an object is always a string or an identifier converted into a string.
* `list(T)`: an `array` with the value type`T`.
For example, `list(string)` is an array where all the values are strings.
* `duration`: a `string` denoting a duration of time, such as `"1d"`, `"1h30m"`, `"10s"`.
* `duration`: a `string` denoting a duration of time, such as `"100ms"`, `"1h30m"`, `"10s"`.
Valid units are:

* `d` for days.
* `h` for hours.
* `m` for minutes.
* `s` for seconds.
Expand Down

0 comments on commit 795a99e

Please sign in to comment.