Skip to content

Commit

Permalink
Fix typo in usage.md (shoelace-style#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfont authored Jan 31, 2021
1 parent 9bea517 commit a9059d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Fortunately, there's a utility that will wrap Shoelace components so you can use

### Wrapping Components

You can use [this utility](https://www.npmjs.com/package/@shoelace-style/react-wrapper) to wrap Shoelace components so they work like like regular React components. To install it, use this command.
You can use [this utility](https://www.npmjs.com/package/@shoelace-style/react-wrapper) to wrap Shoelace components so they work like regular React components. To install it, use this command.

```bash
npm install @shoelace-style/react-wrapper
Expand Down Expand Up @@ -244,4 +244,4 @@ import { AppComponent } from './app.component';
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
export class AppModule {}
```
```

0 comments on commit a9059d2

Please sign in to comment.