We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633a263 commit d4aaa1aCopy full SHA for d4aaa1a
exercises/06.tic-tac-toe/03.problem.history/index.tsx
@@ -109,7 +109,7 @@ function App() {
109
// 💰 NOTE: the "step" is actually the "index" which normally you don't want to
110
// use as the "key" prop. However, in this case, the index is effectively
111
// the "id" of the step in history, so it is correct.
112
- const moves = 'TODO: create moves lis'
+ const moves = 'TODO: create moves li elements'
113
114
return (
115
<div className="game">
0 commit comments