Skip to content

Commit

Permalink
docs: Fix libraries typos (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed Jan 18, 2022
1 parent 4afe686 commit a2f7509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ References:
- Typed with TypeScript
- Fully tested
- Works with any CSS solutions (Tailwind, CSS-in-JS, etc.)
- Plays nicely with component librairies (Material UI, etc.)
- Plays nicely with component libraries (Material UI, etc.)
- Follows [semantic versioning](https://semver.org/)

## Installation
Expand Down Expand Up @@ -146,9 +146,9 @@ function App() {
}
```

### Using component librairies
### Using component libraries

Leveraging `Component` and `level` from the context allows the use of component librairies.
Leveraging `Component` and `level` from the context allows the use of component libraries.
Here's an example with [Material UI](https://material-ui.com/api/typography/):

```jsx
Expand Down

0 comments on commit a2f7509

Please sign in to comment.