Skip to content

Commit a11bfb5

Browse files
authored
Merge pull request #48 from moich/patch-1
Update 05-add-ms-graph.md
2 parents 22d0a15 + a114e5e commit a11bfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/05-add-ms-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ In this exercise you will incorporate the Microsoft Graph into the application.
9494

9595
Now you can update the `Calendar` component to display the events in a more user-friendly manner.
9696

97-
1. Replace the existing `render` function in `./src/Calendar.js` with the following function.
97+
1. Replace the existing `render` function in `./src/Calendar.tsx` with the following function.
9898

9999
:::code language="typescript" source="../demo/graph-tutorial/src/Calendar.tsx" id="renderSnippet":::
100100

0 commit comments

Comments
 (0)