Skip to content

Commit

Permalink
docs: specify shallow merge
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Aug 15, 2023
1 parent 8677ca7 commit fdb6ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cva/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const { cva, cx } = defineConfig(options);
### Composing Components
Any number of `cva` components can be merged into a single component via the `compose` method:
Any number of `cva` components can be shallow merged into a single component via the `compose` method:
```ts
// components/card.ts
Expand Down

0 comments on commit fdb6ef3

Please sign in to comment.