Skip to content

Commit c9a1195

Browse files
authored
Fix grammar in package-summary.mdx (#2308)
* Fix grammar in package-summary.mdx Fixed double `which` and converted `customise` to `customize` to be consistent with this PR: #1870 * fix: another customize fix
1 parent 6738f98 commit c9a1195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/package-summary.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Depends on @emotion/react
1717
## @emotion/css
1818

1919
Contains a framework agnostic version of Emotion. Has different functionality and APIs from @emotion/react and doesn’t work the same way under the hood.
20-
Depends on @emotion/cache which can be customised by creating a custom instance at @emotion/css/create-instance
20+
Depends on @emotion/cache which can be customized by creating a custom instance at @emotion/css/create-instance
2121

2222
## @emotion/cache
2323

24-
A cache used by both of the main Emotion APIs. Can be used to provide a custom cache in @emotion/react with its CacheProvider. To customise the equivalent options for @emotion/css, @emotion/css/create-instance can create another instance of @emotion/css and it accepts
24+
A cache used by both of the main Emotion APIs. Can be used to provide a custom cache in @emotion/react with its CacheProvider. To customize the equivalent options for @emotion/css, @emotion/css/create-instance can create another instance of @emotion/css and it accepts
2525
Depended upon by @emotion/react and @emotion/css
2626

2727
## @emotion/babel-plugin

0 commit comments

Comments
 (0)