Skip to content

Commit 476ed3c

Browse files
committed
align closer to language service approach
1 parent b5af3e4 commit 476ed3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/includes/common/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After you add the environment variables, you may need to restart any running pro
3232

3333
```bash
3434
export SPEECH_KEY=your-key
35-
export SPEECH_REGION your-region
35+
export SPEECH_REGION=your-region
3636
```
3737

3838
After you add the environment variables, run `source ~/.bashrc` from your console window to make the changes effective.
@@ -45,7 +45,7 @@ Edit your .bash_profile, and add the environment variables:
4545

4646
```bash
4747
export SPEECH_KEY=your-key
48-
export SPEECH_REGION your-region
48+
export SPEECH_REGION=your-region
4949
```
5050

5151
After you add the environment variables, run `source ~/.bash_profile` from your console window to make the changes effective.

0 commit comments

Comments
 (0)