From ccf4cf04c61b18dd6db0fdc79f8fb88e98ec1cbd Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Tue, 13 Oct 2020 14:00:03 +0200 Subject: [PATCH] grade-school: Fix typo in test description --- exercises/grade-school/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/grade-school/canonical-data.json b/exercises/grade-school/canonical-data.json index 44179ad38d..a17f90baaa 100644 --- a/exercises/grade-school/canonical-data.json +++ b/exercises/grade-school/canonical-data.json @@ -16,7 +16,7 @@ }, { "uuid": "233be705-dd58-4968-889d-fb3c7954c9cc", - "description": "Adding more student adds them to the sorted roster", + "description": "Adding more students adds them to the sorted roster", "property": "roster", "input": { "students": [["Blair", 2], ["James", 2], ["Paul", 2]]