Skip to content

Commit

Permalink
fixing grammatical typo (#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube authored and aduth committed Jan 10, 2018
1 parent fda977c commit 02e6e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You may find yourself asking, "Why an abstraction layer?". For a few reasons:
- It provides a mechanism to shield implementers by omitting features with uncertain futures (`createClass`, `PropTypes`).
- It helps avoid incompatibilities between versions by ensuring that every plugin operates on a single centralized version of the code.

On the `wp.element` global object, you will find the following, ordered roughly be likelihood you'll encounter it in your code:
On the `wp.element` global object, you will find the following, ordered roughly by the likelihood you'll encounter it in your code:

- [`createElement`](https://facebook.github.io/react/docs/react-api.html#createelement)
- [`render`](https://facebook.github.io/react/docs/react-dom.html#render)
Expand Down

0 comments on commit 02e6e0f

Please sign in to comment.