From 7d525d5c18aabcfd06b265339b6ce50b6c00d5aa Mon Sep 17 00:00:00 2001 From: Iurii Kucherov Date: Thu, 14 Dec 2017 14:57:32 +0100 Subject: [PATCH] Update reference-glossary.md Hi guys, Here is a small fix for a typo. Thanks --- content/docs/reference-glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference-glossary.md b/content/docs/reference-glossary.md index cd0b9a10..e9882655 100644 --- a/content/docs/reference-glossary.md +++ b/content/docs/reference-glossary.md @@ -59,7 +59,7 @@ Typically, elements are not used directly, but get returned from components. ## [Components](/docs/components-and-props.html) -React components are small, resuable pieces of code that return a React element to be rendered to the page. The simplest version of React component is a plain JavaScript function that returns a React element: +React components are small, reusable pieces of code that return a React element to be rendered to the page. The simplest version of React component is a plain JavaScript function that returns a React element: ```js function Welcome(props) {