Skip to content

Commit c2d1794

Browse files
authored
Capitalization
1 parent 8be8bf9 commit c2d1794

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
@@ -32,7 +32,7 @@ Different answers may work for different teams and products.
3232

3333
**[React Testing Library](https://testing-library.com/react)** is a set of helpers that let you test React components without relying on their implementation details. This approach makes refactoring a breeze and also nudges you towards best practices for accessibility. Although it doesn't provide a way to "shallowly" render a component without its children, a test runner like Jest lets you do this by [mocking](/docs/testing-recipes.html#mocking-modules).
3434

35-
### Learn more {#learn-more}
35+
### Learn More {#learn-more}
3636

3737
This section is divided in two pages:
3838

0 commit comments

Comments
 (0)