Skip to content

Commit 134e573

Browse files
committed
Renamed file
1 parent 97fc993 commit 134e573

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you don't have a Microsoft account, there are a couple of options to get a fr
3636

3737
## Configure the sample
3838

39-
1. Rename the `./graph-tutorial/src/Config.ts.example` file to `./graph-tutorial/src/Config.ts`.
39+
1. Rename the `./graph-tutorial/src/Config.example.ts` file to `./graph-tutorial/src/Config.ts`.
4040
1. Edit the `./graph-tutorial/src/Config.ts` file and make the following changes.
4141
1. Replace `YOUR_APP_ID_HERE` with the **Application Id** you got from the App Registration Portal.
4242
1. In your command-line interface (CLI), navigate to the `graph-tutorial` directory and run the following command to install requirements.

qs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sourceDirectory": ".\\demo",
3-
"exampleConfigFile": ".\\graph-tutorial\\src\\Config.ts.example",
3+
"exampleConfigFile": ".\\graph-tutorial\\src\\Config.example.ts",
44
"configFile": "Config.ts",
55
"archiveFile": "ReactQuickStart.zip",
66
"zipReadMe": ".\\README.md"

tutorial/04-add-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this exercise you will extend the application from the previous exercise to s
44

55
1. Create a new file in the `./src` directory named `Config.ts` and add the following code.
66

7-
:::code language="typescript" source="../demo/graph-tutorial/src/Config.ts.example":::
7+
:::code language="typescript" source="../demo/graph-tutorial/src/Config.example.ts":::
88

99
Replace `YOUR_APP_ID_HERE` with the application ID from the Application Registration Portal.
1010

0 commit comments

Comments
 (0)