Improve docs by removing typos and grammatical errors (#28391)
Co-authored-by: Laura Coursen <lecoursen@github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Testing dev container configuration changes on a prebuild-enabled branch
|
||||
shortTitle: Test dev container changes
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: When you change the dev container configuration for a branch that's enabled for prebuilds you should test your changes in a codespace.
|
||||
intro: When you change the dev container configuration for a branch that's enabled for prebuilds, you should test your changes in a codespace.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
@@ -23,7 +23,7 @@ For more information, see "[AUTOTITLE](/codespaces/setting-up-your-project-for-c
|
||||
1. In the codespace, check out a test branch. For more information, see "[AUTOTITLE](/codespaces/developing-in-codespaces/using-source-control-in-your-codespace#creating-or-switching-branches)."
|
||||
1. Make the required changes to the dev container configuration.
|
||||
1. Apply the changes by rebuilding the container. For more information, see "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#applying-configuration-changes-to-a-codespace)."
|
||||
1. After everything looks good, we also recommend creating a new codespace from your test branch to ensure everything is working. You can then commit your changes to your repository's default branch, or an active feature branch, triggering an update of the prebuild for that branch.
|
||||
1. After everything looks good, we also recommend creating a new codespace from your test branch to ensure everything is working. You can then commit your changes to your repository's default branch or an active feature branch, triggering an update of the prebuild for that branch.
|
||||
|
||||
{% note %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user