Skip to content

Commit d1e73b5

Browse files
committed
Fix typo
1 parent 71a880d commit d1e73b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pigment-css-react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ const Flex = styled('div')((props) => ({
814814
815815
2. **Programatically generated styles**
816816

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

819819
```js
820820
function randomBetween(min: number, max: number) {

0 commit comments

Comments
 (0)