Skip to content

Commit

Permalink
docs: fix typo in render-props.mdx (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikshestopal authored Dec 24, 2023
1 parent a5bd67b commit daaf1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/guides/render-props.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Render props

Some libraries like [`react-aria-components`](https://react-spectrum.adobe.com/react-aria/index.html) or [Remix](https://remix.run/docs/en/main/components/nav-link) accepts a function as `className`. `tsc` supports render props out of the box.
Some libraries like [`react-aria-components`](https://react-spectrum.adobe.com/react-aria/index.html) or [Remix](https://remix.run/docs/en/main/components/nav-link) accepts a function as `className`. `twc` supports render props out of the box.

## Usage

Expand Down

0 comments on commit daaf1a6

Please sign in to comment.