From 268b82d0efbc49ff48e1f2c4b7b6c620a099f6e3 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 13 Apr 2021 12:34:03 -0500 Subject: fix typo --- App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.js b/App.js index fa97b75..fe063b1 100644 --- a/App.js +++ b/App.js @@ -2,7 +2,7 @@ let state = { character: '你', pinyin: 'ni3', - guessHistory = [], + guessHistory: [], hintLevel: 0, -- cgit v1.2.1