From deba95eaaafadbf4d128cca64ca1a14285471e84 Mon Sep 17 00:00:00 2001 From: Yurii Kalashnikov Date: Sat, 27 Oct 2018 08:34:24 -0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B3=D1=80=D0=B0=D0=BC=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BE=D0=BA=20(#19665)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Исправление грам ощибок в коде --- .../react/write-a-simple-counter.russian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 (