Skip to content

Commit 12120f6

Browse files
qbahersTimer
authored andcommitted
Fix typo in the User Guide (#3670)
Replace `provide a lot value` with `provide a lot of value`.
1 parent 5d7845a commit 12120f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ it('renders without crashing', () => {
12581258
});
12591259
```
12601260

1261-
This test mounts a component and makes sure that it didn’t throw during rendering. Tests like this provide a lot value with very little effort so they are great as a starting point, and this is the test you will find in `src/App.test.js`.
1261+
This test mounts a component and makes sure that it didn’t throw during rendering. Tests like this provide a lot of value with very little effort so they are great as a starting point, and this is the test you will find in `src/App.test.js`.
12621262

12631263
When you encounter bugs caused by changing components, you will gain a deeper insight into which parts of them are worth testing in your application. This might be a good time to introduce more specific tests asserting specific expected output or behavior.
12641264

0 commit comments

Comments
 (0)