From b24121f005c811b311bfc02f8886b06c91915d4b Mon Sep 17 00:00:00 2001 From: Marius Tobiassen Bungum <24507952+mariush2@users.noreply.github.com> Date: Wed, 12 Feb 2025 12:57:30 +0100 Subject: [PATCH] Update src/providers/TutorialHighlightingProvider/TutorialHighlightingProvider.docs.mdx Co-authored-by: Aslak Ihle --- .../TutorialHighlightingProvider.docs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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