Skip to content

Commit e09fb21

Browse files
authored
Change spelling of "customize" in the docs (#1870)
1 parent 52530f0 commit e09fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/styled.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This API was inspired by [glamorous](https://github.com/paypal/glamorous). ❤
159159

160160
### Customizing prop forwarding
161161

162-
By default, Emotion passes all props to custom components and only props that are valid html attributes for string tags. You can customise this by passing a custom `shouldForwardProp` function. You can also use `@emotion/is-prop-valid` (which is used by emotion internally) to filter out props that are not valid as html attributes.
162+
By default, Emotion passes all props to custom components and only props that are valid html attributes for string tags. You can customize this by passing a custom `shouldForwardProp` function. You can also use `@emotion/is-prop-valid` (which is used by emotion internally) to filter out props that are not valid as html attributes.
163163

164164
```jsx
165165
// @live

0 commit comments

Comments
 (0)