From 10cbfd5415c5975fb2004cef5e073c1300c79df5 Mon Sep 17 00:00:00 2001 From: fgkolf Date: Thu, 1 Nov 2018 07:47:41 +0200 Subject: [PATCH] updated falsy link with new ones (#24681) --- guide/english/react/react-props-state/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/react/react-props-state/index.md b/guide/english/react/react-props-state/index.md index 057bf91ad6..0769e8143a 100644 --- a/guide/english/react/react-props-state/index.md +++ b/guide/english/react/react-props-state/index.md @@ -162,4 +162,4 @@ render() { The text rendered in the button is `Clicked {this.state.count} times`, which will use whatever this.state.count is at the time of rendering. -More Info about: **React props and state** +More Info about: **React props** and **state**