diff --git a/Writing-a-unit-test.md b/Writing-a-unit-test.md index 651914a..779303a 100644 --- a/Writing-a-unit-test.md +++ b/Writing-a-unit-test.md @@ -17,7 +17,7 @@ public class YoursiteRipper extends RippersTest { } ``` -You should do this for ever album type that the ripper supports +You should do this for every album type that the ripper supports ### Step 4: Write tests for getGID and getAlbumTitle // Optional!