Skip to content

Commit 0468011

Browse files
authored
Fix title case in testing-overview.md (facebook#3322)
1 parent 38cd75a commit 0468011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If your test has many steps or many expectations, you probably want to split it
7373

7474
Lastly, as developers we like when our code works great and doesn't crash. With tests, this is often the opposite. Think of a failed test as of a _good thing!_ When a test fails, it often means something is not right. This gives you an opportunity to fix the problem before it impacts the users.
7575

76-
## Unit tests
76+
## Unit Tests
7777

7878
Unit tests cover the smallest parts of code, like individual functions or classes.
7979

0 commit comments

Comments
 (0)