From 2d488a1407ee0639cceb6c2734be32db2a9181e0 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Tue, 14 Dec 2021 19:23:47 -0700 Subject: [PATCH] wrong -> incorrect, https://github.com/phetsims/number-play/issues/83 --- doc/implementation-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/implementation-notes.md b/doc/implementation-notes.md index c0d9dc56..ef3f9ccc 100644 --- a/doc/implementation-notes.md +++ b/doc/implementation-notes.md @@ -13,4 +13,4 @@ and determines the shapes to show in the 'Subitize' game. [NumberPlayGameAnswerButtons](https://github.com/phetsims/number-play/blob/master/js/game/view/NumberPlayGameAnswerButtons.ts) are used in both games for the user to input their answer. A smiley face is shown when the correct answer is selected. -When a wrong answer button is pressed, the button is disabled, and a frowny face is briefly shown. \ No newline at end of file +When an incorrect answer button is pressed, the button is disabled, and a frowny face is briefly shown.