docs: Once -> once (#26435)

This commit is contained in:
Michael Schurter
2025-08-05 11:10:25 -07:00
committed by GitHub
parent 0ae5b3f39b
commit 0f630004b9

View File

@@ -118,7 +118,7 @@ refer to the [Learn Go Template Syntax][gt_learn] guide.
inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop.
- `Once` `(bool: false)` - Specifies that the client will wait for the template
- `once` `(bool: false)` - Specifies that the client will wait for the template
to be rendered, and then no longer watch the dependencies specified in the
template. This is useful for templates that do not need to be updated. Once mode
implicitly disables wait/quiescence timers for this template, and ignores change