From cd271384df3f38b0f6e53f267671b745e82f83b9 Mon Sep 17 00:00:00 2001 From: Soichi Takamura Date: Fri, 9 Aug 2019 13:57:27 +0900 Subject: [PATCH] mod typo (#2213) --- content/blog/2019-08-08-react-v16.9.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2019-08-08-react-v16.9.0.md b/content/blog/2019-08-08-react-v16.9.0.md index 25c5f204..94f255ed 100644 --- a/content/blog/2019-08-08-react-v16.9.0.md +++ b/content/blog/2019-08-08-react-v16.9.0.md @@ -56,7 +56,7 @@ const userProfile = { ### Deprecating "Factory" Components {#deprecating-factory-components} -Before compiling JavaScipt classes with Babel became popular, React had support for a "factory" component that returns an object with a `render` method: +Before compiling JavaScript classes with Babel became popular, React had support for a "factory" component that returns an object with a `render` method: ```js function FactoryComponent() {