Skip to content

Commit d140dd0

Browse files
authored
fix typo & add note
1 parent 36f4c9f commit d140dd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ test('it works', () => {
3636
})
3737
```
3838

39+
If you don't want to import the library in every test file, it's recommended to use the [global installation](#global-installation) method.
40+
3941
Table of Contents
4042
=================
4143

@@ -434,7 +436,7 @@ import 'jest-styled-components/native'
434436
435437
# Global installation
436438
437-
It is possibile to setup this package for all the tests using the [setupFilesAfterEnv](https://jestjs.io/docs/en/configuration#setupfilesafterenv-array) option:
439+
It is possible to setup this package for all the tests using the [setupFilesAfterEnv](https://jestjs.io/docs/en/configuration#setupfilesafterenv-array) option:
438440
439441
```js
440442
"jest": {

0 commit comments

Comments
 (0)