mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Removed double "the" statement (#1245)
We’ll set **the the** first move to be “X” [...]
This commit is contained in:
committed by
Dan Abramov
parent
8bca96cb1b
commit
636434fb3d
@@ -605,7 +605,7 @@ We have changed `this.props` to `props` both times it appears.
|
||||
|
||||
We now need to fix an obvious defect in our tic-tac-toe game: the "O"s cannot be marked on the board.
|
||||
|
||||
We'll set the the first move to be "X" by default. We can set this default by modifying the initial state in our Board constructor:
|
||||
We'll set the first move to be "X" by default. We can set this default by modifying the initial state in our Board constructor:
|
||||
|
||||
```javascript{6}
|
||||
class Board extends React.Component {
|
||||
|
||||
Reference in New Issue
Block a user