From 337957df669138a5e689b138008524de440d8f93 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Fri, 22 Jun 2018 21:02:55 -0400 Subject: [PATCH] Fixed minor spelling mistake --- Writing-a-unit-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!