Merge pull request #14077 from Dgotlieb/template-doc-typo-fix

template doc typo fix
This commit is contained in:
Seth Hoenig 2022-08-10 14:01:58 -05:00 committed by GitHub
commit 295a33150e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ refer to the [Learn Go Template Syntax][gt_learn] Learn guide.
values will use the ID of the Nomad agent user. values will use the ID of the Nomad agent user.
~> **Caveat:** Works only on Unix-based systems. Be careful when using ~> **Caveat:** Works only on Unix-based systems. Be careful when using
containerized drivers, suck as `docker` or `podman`, as groups and users containerized drivers, such as `docker` or `podman`, as groups and users
inside the container may have different IDs than on the host system. This inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop. feature will also **not** work with Docker Desktop.
@ -96,7 +96,7 @@ refer to the [Learn Go Template Syntax][gt_learn] Learn guide.
Negative values will use the ID of the Nomad agent group. Negative values will use the ID of the Nomad agent group.
~> **Caveat:** Works only on Unix-based systems. Be careful when using ~> **Caveat:** Works only on Unix-based systems. Be careful when using
containerized drivers, suck as `docker` or `podman`, as groups and users containerized drivers, such as `docker` or `podman`, as groups and users
inside the container may have different IDs than on the host system. This inside the container may have different IDs than on the host system. This
feature will also **not** work with Docker Desktop. feature will also **not** work with Docker Desktop.