Skip to content

Commit 6ed4e0f

Browse files
authored
Fix typo (github#26925)
1 parent ce73932 commit 6ed4e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ The `devcontainer.json` file is written using the JSONC format. This allows you
198198

199199
{% note %}
200200

201-
**Note**: If you use a linter to valid the `devcontainer.json` file, make sure it is set to JSONC and not JSON or comments will be reported as errors.
201+
**Note**: If you use a linter to validate the `devcontainer.json` file, make sure it is set to JSONC and not JSON or comments will be reported as errors.
202202

203203
{% endnote %}
204204

0 commit comments

Comments
 (0)