diff --git a/curriculum/challenges/russian/03-front-end-libraries/react/write-a-simple-counter.russian.md b/curriculum/challenges/russian/03-front-end-libraries/react/write-a-simple-counter.russian.md index 74eff55448..ae2a15909e 100644 --- a/curriculum/challenges/russian/03-front-end-libraries/react/write-a-simple-counter.russian.md +++ b/curriculum/challenges/russian/03-front-end-libraries/react/write-a-simple-counter.russian.md @@ -45,13 +45,13 @@ class Counter extends React.Component { this.state = { count: 0 }; - // change code below this line + // Измените код ниже - // change code above this line + // Измените код выше } - // change code below this line + // Измените код ниже - // change code above this line + // Измените код выше render() { return (