Fix duration generation

This commit is contained in:
Adria Navarro 2024-01-22 12:16:59 +01:00
parent dc0bef20d8
commit 6abaf589ff
1 changed files with 1 additions and 1 deletions

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