Skip to content

Commit b302e77

Browse files
Merge pull request #10821 from changeworld/patch-5
Fix typo: superceded -> superseded
2 parents cfae67c + 1a4b616 commit b302e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/containers/container-launch-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The following table shows the properties that can be set in this section:
8383

8484
Not all settings are available in the UI, for example, `useSSL`. To change those settings, edit `launchSettings.json` directly.
8585

86-
The setting `DockerfileRunArguments` is superceded in Visual Studio 2022 17.12 and later by `containerRunArguments`, which can be set in the Launch Profiles UI as `Container run arguments`.
86+
The setting `DockerfileRunArguments` is superseded in Visual Studio 2022 17.12 and later by `containerRunArguments`, which can be set in the Launch Profiles UI as `Container run arguments`.
8787

8888
> [!NOTE]
8989
> If the same setting is found in both the project file and in the launch settings file, the value in the launch settings file takes precedence.

0 commit comments

Comments
 (0)