Skip to content

Commit

Permalink
Correction to the wording for README (#42)
Browse files Browse the repository at this point in the history
The correct term is "Higher-order components", and I also made a few minor grammatical fixes.
  • Loading branch information
impressivewebs authored and renatorib committed Jul 10, 2019
1 parent 2389d73 commit d87bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install react-sizes

## What and why

React Sizes is a high-order component with a high performance that transform window sizes (width and height) into props.
React Sizes is a higher-order component with strong performance that transforms window sizes (width and height) into props.
You can check inside your component, for example, if user's window is less than 480 pixels of width, and add a custom
content.

Expand Down

0 comments on commit d87bcab

Please sign in to comment.