Исправление грам ошибок (#19665)

Исправление грам ощибок в коде
This commit is contained in:
Yurii Kalashnikov
2018-10-27 08:34:24 -07:00
committed by Gregory Gubarev
parent 9631152f1e
commit deba95eaaa

View File

@ -45,13 +45,13 @@ class Counter extends React.Component {
this.state = { this.state = {
count: 0 count: 0
}; };
// change code below this line // Измените код ниже
// change code above this line // Измените код выше
} }
// change code below this line // Измените код ниже
// change code above this line // Измените код выше
render() { render() {
return ( return (
<div> <div>