Skip to content

Commit 1a306a8

Browse files
authored
Merge pull request #113353 from mcawai/main
Corrected folder name in cd command
2 parents 4d3c4ad + e9f8f7c commit 1a306a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/includes/relay-token-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.author: rahulva
2828
1. Open your terminal or command window create a new directory for your app, and navigate to it.
2929

3030
```console
31-
mkdir access-tokens-quickstart && cd relay-tokens-quickstart
31+
mkdir access-tokens-quickstart && cd access-tokens-quickstart
3232
```
3333

3434
2. Use a text editor to create a file called **issue-relay-tokens.py** in the project root directory and add the structure for the program, including basic exception handling. You'll add all the source code for this quickstart to this file in the following sections.

0 commit comments

Comments
 (0)