From 7f5c166ec9796e3edf8e2c14f5025385d1db06b3 Mon Sep 17 00:00:00 2001 From: Emmanuel Nuiro <71255433+Oriun@users.noreply.github.com> Date: Mon, 4 Jul 2022 21:07:35 +0200 Subject: [PATCH] Fix typo in compose pull documentation There was an invalid character between the two backticks at the end of the last snippet, causing the styling to break on the online documentation. Signed-off-by: Emmanuel Nuiro --- docs/reference/compose_pull.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/compose_pull.md b/docs/reference/compose_pull.md index c081c2284..edc3a155f 100644 --- a/docs/reference/compose_pull.md +++ b/docs/reference/compose_pull.md @@ -61,4 +61,4 @@ $ docker compose pull db ⠹ f63c47038e66 Waiting 9.3s ⠹ 77a0c198cde5 Waiting 9.3s ⠹ c8752d5b785c Waiting 9.3s -``̀` +```