Skip to content

Commit 76b1573

Browse files
author
Alexander Ignatev
authored
Translate line in the code example
Line was translated earlier, but not in all examples
1 parent 8bb5183 commit 76b1573

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)