From d87bcab2bdc949ab7e6b382b82498b47704f3686 Mon Sep 17 00:00:00 2001 From: Louis Lazaris Date: Wed, 10 Jul 2019 14:48:07 -0400 Subject: [PATCH] Correction to the wording for README (#42) The correct term is "Higher-order components", and I also made a few minor grammatical fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ac5a4..615762e 100644 --- a/README.md +++ b/README.md @@ -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.