Fix duration generation
This commit is contained in:
parent
dc0bef20d8
commit
6abaf589ff
|
@ -36,7 +36,7 @@ const ADDED_HELPERS = {
|
|||
duration: {
|
||||
args: ["time", "durationType"],
|
||||
numArgs: 2,
|
||||
example: '{{duration timeLeft "seconds"}} -> a few seconds',
|
||||
example: '{{duration 8 "seconds"}} -> a few seconds',
|
||||
description:
|
||||
"Produce a humanized duration left/until given an amount of time and the type of time measurement.",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue