Skip to content

Commit

Permalink
[pigment-css][docs] Fix README typo (#41808)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah authored Apr 8, 2024
1 parent 3b97032 commit 187c38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pigment-css-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ const Flex = styled('div')((props) => ({
2. **Programatically generated styles**

For Emotion and styled-components, the styles is different on each render and instance because the styles are generated at runtime:
For Emotion and styled-components, the styles are different on each render and instance because the styles are generated at runtime:

```js
function randomBetween(min: number, max: number) {
Expand Down

0 comments on commit 187c38a

Please sign in to comment.