diff --git a/.devcontainer/info.md b/.devcontainer/info.md index 333149c960..18d974f0aa 100644 --- a/.devcontainer/info.md +++ b/.devcontainer/info.md @@ -2,10 +2,9 @@ This configuration is intended for [Github Codespaces](https://docs.github.com/en/codespaces) users. -The `devcontainer.json` file allows to specify a configuration that can be used to create a codespace. - -Refer to the official [codespaces devcontainers documentation](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration) for more information. +The `devcontainer.json` file allows to specify a configuration that can be used to create a Codespace. +Refer to the official [Codespaces devcontainers documentation](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration) for more information. ## Elements @@ -21,4 +20,4 @@ The code below forces the installation of the MDX extension for VSCode inside a } ``` -**Note:** The identifier `unifiedjs.vscode-mdx` can be found on the VSCode extension page, under "More info". \ No newline at end of file +**Note:** The identifier of the extension (e.g. `unifiedjs.vscode-mdx`) can be found on the VSCode extension page, under "More info". \ No newline at end of file