Skip to content

Commit ed18a5a

Browse files
authored
Fix typo (#720)
1 parent bc19e03 commit ed18a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-types/ComponentProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The type of a specific prop can also be inferred this way. Let's say you are usi
5757
type IconName = "warning" | "checkmark";
5858
```
5959

60-
However, this type if not really reflecting the actual set of icons made available by the library. A better solution is to infer the type:
60+
However, this type is not really reflecting the actual set of icons made available by the library. A better solution is to infer the type:
6161

6262
```tsx
6363
import { Icon } from "component-library";

0 commit comments

Comments
 (0)