From f572f6c7ac23026124fc9fbc83af970045e9fac8 Mon Sep 17 00:00:00 2001 From: TJ Egan Date: Wed, 24 Aug 2022 13:52:50 +0200 Subject: [PATCH] docs(Tutorial): fix typo --- src/pages/developing/react-tutorial/step-1.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/developing/react-tutorial/step-1.mdx b/src/pages/developing/react-tutorial/step-1.mdx index 1e5ec6dc87c..7ea56dc7e42 100644 --- a/src/pages/developing/react-tutorial/step-1.mdx +++ b/src/pages/developing/react-tutorial/step-1.mdx @@ -303,8 +303,8 @@ export default TutorialHeader; -**Note:** you can find a description of the different components used UI Shell -in our +**Note:** you can find a description of the different components used in the UI +Shell in our [@carbon/react](https://github.com/carbon-design-system/carbon/tree/main/packages/react/src/components/UIShell) package.