Skip to content

Commit 40a209c

Browse files
committed
Testing dev lang id casing
1 parent 06a0eae commit 40a209c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/cognitive-services-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To set environment variables, use one the following commands - where the `ENVIRO
3939

4040
# [Command Line](#tab/command-line)
4141

42-
```cmd
42+
```CMD
4343
:: Assigns the env var to the value
4444
set ENVIRONMENT_VARIABLE_KEY=value
4545
@@ -59,7 +59,7 @@ $Env:ENVIRONMENT_VARIABLE_KEY
5959

6060
# [Bash](#tab/bash)
6161

62-
```bash
62+
```Bash
6363
# Assigns the env var to the value
6464
export ENVIRONMENT_VARIABLE_KEY=value
6565

0 commit comments

Comments
 (0)