Skip to content

Commit 522b7a4

Browse files
authored
Merge pull request #667 from nomnoms12/patch-1
Translate line in the code example
2 parents 8bb5183 + 76b1573 commit 522b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ class Board extends React.Component {
493493
}
494494
495495
render() {
496-
const status = 'Next player: X';
496+
const status = 'Следующий ход: X';
497497
498498
return (
499499
<div>

0 commit comments

Comments
 (0)