Skip to content

Commit

Permalink
Little grammar change (#6006)
Browse files Browse the repository at this point in the history
I'm new to Redwood and found this line a little ambiguous. I'm hopeful that the change will be easier to parse for more people. Thx!
  • Loading branch information
danielpunkass authored and jtoar committed Jul 28, 2022
1 parent cd77b5d commit 8fd7489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ yarn rw setup ui --help
## Testing with Jest

It'd be hard to scale from side project to startup without a few tests.
Redwood fully integrates Jest with the front and the backends and makes it easy to keep your whole app covered by generating test files with all your components and services:
Redwood fully integrates Jest with both the front and backends, and makes it easy to keep your whole app covered by generating test files with all your components and services:

```
yarn rw test
Expand Down

0 comments on commit 8fd7489

Please sign in to comment.