We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d0a15 commit a114e5eCopy full SHA for a114e5e
tutorial/05-add-ms-graph.md
@@ -94,7 +94,7 @@ In this exercise you will incorporate the Microsoft Graph into the application.
94
95
Now you can update the `Calendar` component to display the events in a more user-friendly manner.
96
97
-1. Replace the existing `render` function in `./src/Calendar.js` with the following function.
+1. Replace the existing `render` function in `./src/Calendar.tsx` with the following function.
98
99
:::code language="typescript" source="../demo/graph-tutorial/src/Calendar.tsx" id="renderSnippet":::
100
0 commit comments