diff --git a/src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.docs.mdx b/src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.docs.mdx index 78800705..d75feba5 100644 --- a/src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.docs.mdx +++ b/src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.docs.mdx @@ -39,7 +39,7 @@ This needs to be placed within the Routes, because it uses hooks from `react-rou 3. Add the `` component to the topbar to make the menu accessible to the user -4. Create your tutorial in SAM and copy the tutorial IDs to your app so you can use them to generate the correct IDs for the elements you want to highlight +4. Create your tutorial in SAM and copy the tutorials ID to your app so you can use them to generate the correct IDs for the elements you want to highlight ```tsx dark // src/constants/tutorials.ts