Browse Source

Square renders button, not div (#9084)

main
Fokke Zandbergen 8 years ago
committed by Brandon Dail
parent
commit
97e8b7db4b
  1. 2
      tutorial/tutorial.md

2
tutorial/tutorial.md

@ -72,7 +72,7 @@ In particular, we have three components:
* Board
* Game
The Square component renders a single `<div>`, the Board renders 9 squares, and the Game component renders a board with some placeholders that we'll fill in later. None of the components are interactive at this point.
The Square component renders a single `<button>`, the Board renders 9 squares, and the Game component renders a board with some placeholders that we'll fill in later. None of the components are interactive at this point.
(The end of the JS file also defines a helper function `calculateWinner` that we'll use later.)

Loading…
Cancel
Save