Skip to content

Commit 0075e55

Browse files
authored
Corrected typo/grammar issue (#2943)
1 parent 77d3c2f commit 0075e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ Let's `map` over the `history` in the Game's `render` method:
10451045

10461046
**[View the full code at this point](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)**
10471047

1048-
For each move in the tic-tac-toes's game's history, we create a list item `<li>` which contains a button `<button>`. The button has a `onClick` handler which calls a method called `this.jumpTo()`. We haven't implemented the `jumpTo()` method yet. For now, we should see a list of the moves that have occurred in the game and a warning in the developer tools console that says:
1048+
For each move in the tic-tac-toe game's history, we create a list item `<li>` which contains a button `<button>`. The button has a `onClick` handler which calls a method called `this.jumpTo()`. We haven't implemented the `jumpTo()` method yet. For now, we should see a list of the moves that have occurred in the game and a warning in the developer tools console that says:
10491049

10501050
> Warning:
10511051
> Each child in an array or iterator should have a unique "key" prop. Check the render method of "Game".

0 commit comments

Comments
 (0)