Skip to content

Commit 9169d91

Browse files
committed
get rid of curly apostrophes
1 parent 7ad76dd commit 9169d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/test/http-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ In the preceding example, the `$shared` environment defines the `HostAddress` va
192192

193193
## User-specific environment files
194194

195-
A user-specific value is any value that an individual developer wants to test with but doesnt want to share with the team. Since the `http-client.env.json` file is checked in to source control by default, it wouldnt be appropriate to add user-specific values to this file. Instead, put them in a file named `http-client.env.json.user` located in the same folder as the `http-client.env.json` file. Files that end with `.user` should be excluded from source control by default when using Visual Studio source control features.
195+
A user-specific value is any value that an individual developer wants to test with but doesn't want to share with the team. Since the `http-client.env.json` file is checked in to source control by default, it wouldn't be appropriate to add user-specific values to this file. Instead, put them in a file named `http-client.env.json.user` located in the same folder as the `http-client.env.json` file. Files that end with `.user` should be excluded from source control by default when using Visual Studio source control features.
196196

197197
When the `http-client.env.json` file is loaded, Visual Studio looks for a sibling `http-client.env.json.user` file. If a variable is defined in an environment in both the `http-client.env.json` file and the `http-client.env.json.user` file, the value in the `http-client.env.json.user` file wins.
198198

@@ -354,7 +354,7 @@ GET {{HostAddress}}{{Path}}
354354
X-UserName: {{$processEnv USERNAME}}
355355
```
356356

357-
If you try to use `$processEnv` to access an environment variable that doesnt exist, the `.http` file editor displays an error message.
357+
If you try to use `$processEnv` to access an environment variable that doesn't exist, the `.http` file editor displays an error message.
358358

359359
## `.env` files
360360

0 commit comments

Comments
 (0)