A timer that does not make sense

Writes the timer as `banana`. Weave catches the mistake instead of guessing.

example of a mistake download the file

The pattern

---
weave-script-version: 1
---

# Bad duration <!-- duration: banana -->

`banana` is not a recognised timer format. Weave will tell you about the
mistake rather than guessing — using the wrong time in a live meeting would
cause more confusion than stopping to ask.

What Weave sees

Weave can't read this file. Here is the message it shows so you know what to fix.

{
  "code": "invalid-duration",
  "message": "Cannot parse duration \"banana\". Accepted forms: 30s, 2m, 1h30m, 90, mm:ss, hh:mm:ss."
}