Skip to content

Commit

Permalink
readme: small grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Aug 3, 2023
1 parent bb7aa79 commit bae3363
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 @@ -112,7 +112,7 @@ const MyComponent = () => {
}
```

`@tabler/icons-react` exports it's own type declarations for usage with React and Typescript.
`@tabler/icons-react` exports its own type declarations for usage with React and Typescript.

For more details, see the [documentation](https://github.com/tabler/tabler-icons/tree/master/packages/icons-react).

Expand Down Expand Up @@ -175,7 +175,7 @@ After importing the _IconsModule_ in your feature or shared module, use the icon
<i-tabler name="brand-github" class="someclass"></i-tabler>
```

`angular-tabler-icons` exports it's own type declarations for usage with Typescript.
`angular-tabler-icons` exports its own type declarations for usage with Typescript.

For more usage documentation refer to [the official documentation](https://github.com/pierreavn/angular-tabler-icons).

Expand Down

0 comments on commit bae3363

Please sign in to comment.