Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 6, 2021
1 parent ca44d23 commit fe041c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frameworks/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit fe041c5

@vercel
Copy link

@vercel vercel bot commented on fe041c5 Nov 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.