Skip to content

Commit 12bae06

Browse files
authored
Minor grammar fix (#2881)
1 parent 90316b6 commit 12bae06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are a few ways to test React components. Broadly, they divide into two cat
1414
* **Rendering component trees** in a simplified test environment and asserting on their output.
1515
* **Running a complete app** in a realistic browser environment (also known as “end-to-end” tests).
1616

17-
This documentation section focuses on testing strategies for the first case. While full end-to-end tests can be very useful to prevent regressions to important workflows, such tests are not concerned with React components in particular, and are out of scope of this section.
17+
This documentation section focuses on testing strategies for the first case. While full end-to-end tests can be very useful to prevent regressions to important workflows, such tests are not concerned with React components in particular, and are out of the scope of this section.
1818

1919
### Tradeoffs {#tradeoffs}
2020

0 commit comments

Comments
 (0)