From a7fa4d674ef8863f01fd5d39920e4333d3c54163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanguy=20=E2=A7=93=20Herrmann?= Date: Thu, 31 Mar 2022 15:56:34 +0200 Subject: [PATCH] doc: remove the bash syntax highlighting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it was highlighting the wrong keywords (test, do) Signed-off-by: Tanguy ⧓ Herrmann --- docs/use-cases/1211-go-docker-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-cases/1211-go-docker-swarm.md b/docs/use-cases/1211-go-docker-swarm.md index d2ad2629..28b12634 100644 --- a/docs/use-cases/1211-go-docker-swarm.md +++ b/docs/use-cases/1211-go-docker-swarm.md @@ -23,7 +23,7 @@ This is a high level overview of all actions in the Particubes docs Dagger plan: We can see all available actions in a Plan by running the following command: -```bash +```console $ dagger do Execute a dagger action.