From df66daee43f186b8a480d7806aaf5a2d01d065f0 Mon Sep 17 00:00:00 2001 From: Ian Valentine Date: Thu, 12 Jan 2017 11:35:48 -0500 Subject: [PATCH] Fix typo in index-test.js Fixes #11. --- test/index-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index-test.js b/test/index-test.js index d75db252d7..3eeaed7a2d 100644 --- a/test/index-test.js +++ b/test/index-test.js @@ -1,5 +1,5 @@ describe('Beatles Loops', function() { - it("returns an array of strings containing what instruments each instrument plays", function() { + it("returns an array of strings containing what instruments each musician plays", function() { const musicians = ["John Lennon", "Paul McCartney", "George Harrison", "Ringo Starr"]; const instruments = ["Guitar", "Bass Guitar", "Lead Guitar", "Drums"];