1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

readme: small grammar fix (#752)

This commit is contained in:
0xflotus
2023-08-06 14:11:34 +02:00
committed by GitHub
parent ccb7294b92
commit 8159279c87

View File

@@ -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).
@@ -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).