We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc19e03 commit ed18a5aCopy full SHA for ed18a5a
docs/react-types/ComponentProps.md
@@ -57,7 +57,7 @@ The type of a specific prop can also be inferred this way. Let's say you are usi
57
type IconName = "warning" | "checkmark";
58
```
59
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:
+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:
61
62
```tsx
63
import { Icon } from "component-library";
0 commit comments