From 8fd7489257df6f58f918e437a671cc3160392b5e Mon Sep 17 00:00:00 2001 From: Daniel Jalkut Date: Thu, 21 Jul 2022 05:17:09 -0400 Subject: [PATCH] Little grammar change (#6006) 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! --- docs/docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index 79036bddcc..1a85c07142 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -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