From 41c35019cb994770b6594262d5cc90f95d00ec7a Mon Sep 17 00:00:00 2001 From: Vedrana_R Date: Tue, 20 Nov 2018 07:01:44 +0100 Subject: [PATCH] Deleting typo (#34386) 'increment' instead of 'increament' --- .../react/render-conditionally-from-props/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {