Skip to content

Commit 3c0133d

Browse files
committed
Update reference missed out in previous commit
1 parent 7d90ed3 commit 3c0133d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorial/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ Let's show the previous moves made in the game so far. We learned earlier that R
936936
937937
[View the current code.](https://codepen.io/gaearon/pen/EmmGEa?editors=0010)
938938
939-
For each step in the history, we create a list item `<li>` with a button `<a>` inside it that has a click handler which we'll implement shortly. With this code, you should see a list of the moves that have been made in the game, along with a warning that says:
939+
For each step in the history, we create a list item `<li>` with a button `<button>` inside it that has a click handler which we'll implement shortly. With this code, you should see a list of the moves that have been made in the game, along with a warning that says:
940940
941941
> Warning:
942942
> Each child in an array or iterator should have a unique "key" prop. Check the render method of "Game".

0 commit comments

Comments
 (0)