Skip to content

Commit e7e9eab

Browse files
committed
move env var delete to top of table
1 parent 805b32d commit e7e9eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/applied-ai-services/form-recognizer/how-to-guides/includes/v3-0/set-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setx FR_ENDPOINT {yourEndpoint}
4141

4242
```
4343

44-
* After you set your environment variables, you'll need to exit the shell and reopen it before the changes will be available. The value will remain modified until you change it again.
44+
* After you set your environment variables, you'll need to exit the shell, and reopen it before the changes will be available. The value will remain modified until you change it again.
4545

4646
* Restart any running programs that will read the environment variable. For example, if you're using Visual Studio or Visual Studio Code as your editor, restart before running the sample code.
4747

0 commit comments

Comments
 (0)