diff --git a/packages/pigment-css-react/README.md b/packages/pigment-css-react/README.md index f6c3f29a438a0a..a949e580fa803a 100644 --- a/packages/pigment-css-react/README.md +++ b/packages/pigment-css-react/README.md @@ -812,7 +812,7 @@ const Flex = styled('div')((props) => ({ > 💡 Keep in mind that the `variants` key is for fixed values of props, for example, a component's colors, sizes, and states. -2. **Programmatically generated styles** +2. **Programatically generated styles** For Emotion and styled-components, the styles are different on each render and instance because the styles are generated at runtime: