Deleting typo (#34386)

'increment' instead of 'increament'
This commit is contained in:
Vedrana_R
2018-11-20 07:01:44 +01:00
committed by Farath Shba
parent 8bd3df35a2
commit 41c35019cb

View File

@ -5,7 +5,7 @@ title: Render Conditionally from Props
This is a bit tricky challenge but easy though.
## Solution
Change `handleClick()` with proper increament statement.
Change `handleClick()` with proper increment statement.
```react.js
handleClick() {