From ecc54b9d805e4a2b195fe234e505d18f8033c1e3 Mon Sep 17 00:00:00 2001 From: Hossein Abbasi <16090309+hsnabszhdn@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:12:11 +1000 Subject: [PATCH] Fix paragraph continuation pattern --- docs/specs/devcontainer-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/devcontainer-templates.md b/docs/specs/devcontainer-templates.md index 7e53f6e4..5eea9651 100644 --- a/docs/specs/devcontainer-templates.md +++ b/docs/specs/devcontainer-templates.md @@ -163,7 +163,7 @@ Suppose the `java` Template has the following `options` parameters declared in t } ``` -and it has the following `.devcontainer/devcontainer.json` file: +...and it has the following `.devcontainer/devcontainer.json` file: ```json {