Skip to content

Commit f7d3e46

Browse files
authored
Update sdk-csharp-quickstart-authoring-app.md
1 parent 4db8070 commit f7d3e46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/LUIS/sdk-csharp-quickstart-authoring-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ After you add the environment variable, restart the console window.
5858

5959
```bash
6060
export COGNITIVESERVICE_AUTHORING_KEY=<replace-with-your-authoring-key>
61-
export COGNITIVESERVICE_REGION=<replace-with-your-region>
61+
export COGNITIVESERVICE_REGION=<replace-with-your-authoring-region>
6262
```
6363

6464
After you add the environment variable, run `source ~/.bashrc` from your console window to make the changes effective.
@@ -68,8 +68,8 @@ After you add the environment variable, run `source ~/.bashrc` from your console
6868
Edit your `.bash_profile`, and add the environment variable:
6969

7070
```bash
71-
export COGNITIVESERVICE_AUTHORING_KEY=<replace-with-your-luis-authoring-key>
72-
export COGNITIVESERVICE_REGION=<replace-with-your-luis-region>
71+
export COGNITIVESERVICE_AUTHORING_KEY=<replace-with-your-authoring-key>
72+
export COGNITIVESERVICE_REGION=<replace-with-your-authoring-region>
7373
```
7474

7575
After you add the environment variable, run `source .bash_profile` from your console window to make the changes effective.

0 commit comments

Comments
 (0)