Skip to content

Commit

Permalink
Fix typo in docs (#2889)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul committed Sep 10, 2022
1 parent da1e68e commit 5ffa54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ssr.mdx
Expand Up @@ -25,7 +25,7 @@ const MyDiv = styled('div')({ fontSize: 12 })
<div class="css-21cs4">Text</div>
```

> Warning: This approach can interfere with nth child and similar selectors as it is inserts style tags directly into your markup. You will get a warning if you use such selectors when using this approach.
> Warning: This approach can interfere with nth child and similar selectors as it inserts style tags directly into your markup. You will get a warning if you use such selectors when using this approach.
## Advanced Approach

Expand Down

0 comments on commit 5ffa54a

Please sign in to comment.