Skip to content

Commit fd1a244

Browse files
davidgilbertsongaearon
authored andcommitted
Fix typo (#3478)
'more' and 'simpler' together is incorrect.
1 parent d61a331 commit fd1a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ it('renders welcome message', () => {
13701370
All Jest matchers are [extensively documented here](http://facebook.github.io/jest/docs/en/expect.html).<br>
13711371
Nevertheless you can use a third-party assertion library like [Chai](http://chaijs.com/) if you want to, as described below.
13721372

1373-
Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written simpler with jest-enzyme.
1373+
Additionally, you might find [jest-enzyme](https://github.com/blainekasten/enzyme-matchers) helpful to simplify your tests with readable matchers. The above `contains` code can be written more simply with jest-enzyme.
13741374

13751375
```js
13761376
expect(wrapper).toContainReact(welcome)

0 commit comments

Comments
 (0)