Skip to content

Commit

Permalink
Fix a couple minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewortwein committed Dec 11, 2024
1 parent e3c9394 commit 49d232c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ This command will fetch all icons from Figma locally and create react components
yarn generate-icons
```

Inpired from [this article](https://blog.certa.dev/generating-react-icon-components-from-figma).
Inspired by [this article](https://blog.certa.dev/generating-react-icon-components-from-figma).

## Developing

Watch and rebuild code with `tsup` and runs Storybook to preview your UI during development.
Watch and rebuild code with `tsup` and run Storybook to preview your UI during development.

```console
yarn storybook
Expand Down

0 comments on commit 49d232c

Please sign in to comment.