mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Fix typo in tutorial-tic-tac-toe.md (#5438)
This commit is contained in:
@@ -1417,7 +1417,7 @@ function handleClick(i) {
|
||||
if (squares[i]) {
|
||||
return;
|
||||
}
|
||||
let nextSquares = squares.slice();
|
||||
const nextSquares = squares.slice();
|
||||
//...
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user