mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
Fix indentation in tutorial (#8914)
This commit is contained in:
@@ -295,8 +295,8 @@ Now X and O take turns. Next, change the "status" text in Board's `render` so th
|
||||
|
||||
```javascript
|
||||
render() {
|
||||
const status = 'Next player: ' + (this.state.xIsNext ? 'X' : 'O');
|
||||
...
|
||||
const status = 'Next player: ' + (this.state.xIsNext ? 'X' : 'O');
|
||||
...
|
||||
```
|
||||
|
||||
## Declaring a Winner
|
||||
|
||||
Reference in New Issue
Block a user