Skip to content

Commit 52582fa

Browse files
authored
Merge pull request testing-library#613 from satyambnsal/fix-typo
Fix typo mistake
2 parents c4ee7d0 + cb4a487 commit 52582fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tests to avoid including implementation details so refactors of your components
1616
(changes to implementation but not functionality) don't break your tests and
1717
slow you and your team down.
1818

19-
## This solution
19+
## The solution
2020

2121
The core library, [`DOM Testing Library`][dom], is a light-weight solution for
2222
testing web pages by querying and interacting with DOM nodes (whether simulated

0 commit comments

Comments
 (0)