Skip to content

Commit

Permalink
fix(docs): typo [thanks @bjfresh]
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Apr 2, 2023
1 parent 919cfec commit fb8b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const button = cva(/* … */);

### Required Variants

To keep the API small and unopionated, `cva` doesn't offer a built-in solution for setting required variants.
To keep the API small and unopinionated, `cva` doesn't offer a built-in solution for setting required variants.

Instead, we recommend using TypeScript's [Utility Types](https://www.typescriptlang.org/docs/handbook/utility-types.html):

Expand Down

0 comments on commit fb8b0ee

Please sign in to comment.