Skip to content

Commit 32b0288

Browse files
authored
Updates
1 parent 8fe372b commit 32b0288

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/fundamentals/configuration

1 file changed

+2
-2
lines changed

aspnetcore/fundamentals/configuration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@ Using the [default](#default) configuration, the `appsettings.json` and `appsett
138138

139139
Comments in `appsettings.json` and `appsettings.{Environment}.json` files are supported using JavaScript or [C# style comments](/dotnet/csharp/language-reference/tokens/comments).
140140

141-
Some integrated development environments (IDE) display an error when editing a JSON file that contains comments. Often, the error can be disabled with a setting in the IDE. In Visual Studio Code, for example, add the following to the `settings.json` file to disable the error:
141+
Some integrated development environments (IDE) display errors when editing a JSON file that contains comments. Often, the errors can be disabled with a setting in the IDE. In Visual Studio Code, for example, add the following to the `settings.json` file to disable the errors:
142142

143143
```json
144144
"files.associations": {
145145
"appsettings*.json": "jsonc"
146146
}
147147
```
148148

149-
For other IDEs, check the tool's documentation and other product support channels to determine how to silence the error.
149+
For other IDEs, check the tool's documentation and other product support channels to determine how to silence the errors.
150150

151151
<a name="optpat"></a>
152152

0 commit comments

Comments
 (0)