Browse Source

Update reference-glossary.md

Hi guys,

Here is a small fix for a typo.

Thanks
main
Iurii Kucherov 7 years ago
committed by GitHub
parent
commit
7d525d5c18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/reference-glossary.md

2
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) {

Loading…
Cancel
Save