Skip to content

Commit

Permalink
Fix grammar in package-summary.mdx (#2308)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
flugg authored Jul 10, 2022
1 parent 6738f98 commit c9a1195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package-summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Depends on @emotion/react
## @emotion/css

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.
Depends on @emotion/cache which can be customised by creating a custom instance at @emotion/css/create-instance
Depends on @emotion/cache which can be customized by creating a custom instance at @emotion/css/create-instance

## @emotion/cache

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
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
Depended upon by @emotion/react and @emotion/css

## @emotion/babel-plugin
Expand Down

0 comments on commit c9a1195

Please sign in to comment.