diff --git a/guide/english/certifications/front-end-libraries/react/render-conditionally-from-props/index.md b/guide/english/certifications/front-end-libraries/react/render-conditionally-from-props/index.md index 798a405350..050c71a098 100644 --- a/guide/english/certifications/front-end-libraries/react/render-conditionally-from-props/index.md +++ b/guide/english/certifications/front-end-libraries/react/render-conditionally-from-props/index.md @@ -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() {