From dd5cbbc8e3a4a713cd82812fd8b3d70c2eabfab3 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:36:14 -0500 Subject: [PATCH] fix typo in usage note --- ansible/roles/documentation/templates/README_SNIPPETS/USAGE.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/documentation/templates/README_SNIPPETS/USAGE.j2 b/ansible/roles/documentation/templates/README_SNIPPETS/USAGE.j2 index 6c04a13..fe38231 100644 --- a/ansible/roles/documentation/templates/README_SNIPPETS/USAGE.j2 +++ b/ansible/roles/documentation/templates/README_SNIPPETS/USAGE.j2 @@ -2,7 +2,7 @@ To help you get started creating a container from this image you can either use docker-compose or the docker cli. -{{ "Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided." | admonition(flavour=markdown, severity="info") }} +{{ "Unless a parameter is flagged as 'optional', it is *mandatory* and a value must be provided." | admonition(flavour=markdown, severity="info") }} ### docker-compose (recommended, [click here for more info]({{ lsio_docs_url }}/general/docker-compose))