From eb39db58cbe4b2b919ed262aa0630ea792a166d4 Mon Sep 17 00:00:00 2001 From: Vinaya Date: Sat, 21 Oct 2017 13:09:19 +0300 Subject: [PATCH] Fix typo Fixes typo from 'properies' to 'properties' --- react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react.md b/react.md index c33c62f40..92b24b5b8 100644 --- a/react.md +++ b/react.md @@ -204,7 +204,7 @@ this.state this.props ``` -These methods and properies are available for `Component` instances. +These methods and properties are available for `Component` instances. See: [Component API](http://facebook.github.io/react/docs/component-api.html)