diff --git a/docs/frameworks/react.md b/docs/frameworks/react.md index 48477f49..79fb970b 100644 --- a/docs/frameworks/react.md +++ b/docs/frameworks/react.md @@ -10,7 +10,7 @@ To add Shoelace to your React app, install the package from npm. npm install @shoelace-style/shoelace ``` -Nest, [include a theme](/getting-started/themes) and set the [base path](/getting-started/installation#setting-the-base-path) for icons and other assets. In this example, we'll import the light theme and use the CDN as a base path. +Next, [include a theme](/getting-started/themes) and set the [base path](/getting-started/installation#setting-the-base-path) for icons and other assets. In this example, we'll import the light theme and use the CDN as a base path. ```jsx // App.jsx