Skip to content

Commit 911e954

Browse files
committed
Additional typo in automatically-testing-software
1 parent 79145f1 commit 911e954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/21-automatically-testing-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ There are three main types of automated tests:
7777
for example after making changes your code to add new functionality or fix a bug.
7878

7979
For the purposes of this course, we will focus on unit tests.
80-
But the principles and practices we wll talk about can be built on
80+
But the principles and practices we will talk about can be built on
8181
and applied to the other types of tests too.
8282

8383
## Set Up a New Feature Branch for Writing Tests

0 commit comments

Comments
 (0)