diff --git a/subjects/make-your-game/make-your-game-score-handling/audit.md b/subjects/make-your-game/make-your-game-score-handling/audit.md index fd47b08e8..13478b6ae 100644 --- a/subjects/make-your-game/make-your-game-score-handling/audit.md +++ b/subjects/make-your-game/make-your-game-score-handling/audit.md @@ -18,7 +18,7 @@ ###### Does the scoreboard have position, name and score properties? -###### Is the scoreboard in descending scores(order by points)? +###### Is the scoreboard in descending order (ordered by score)? ###### Does the scoreboard have pagination?