1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Fix duration generation

This commit is contained in:
Adria Navarro 2024-01-22 12:16:59 +01:00
parent dc0bef20d8
commit 6abaf589ff

View file

@ -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.",
},