diff --git a/_episodes/21-automatically-testing-software.md b/_episodes/21-automatically-testing-software.md index c6743d08..6618767b 100644 --- a/_episodes/21-automatically-testing-software.md +++ b/_episodes/21-automatically-testing-software.md @@ -89,7 +89,7 @@ a common term we use to refer to sets of tests - that we'll use for our test wri ~~~ $ git switch develop -$ git branch -c test-suite +$ git switch -c test-suite ~~~ {: .language-bash}