From 746abe5c245914a015f957628d08a5f325cb960f Mon Sep 17 00:00:00 2001 From: Jay Phelps Date: Fri, 11 Sep 2015 15:24:12 -0700 Subject: [PATCH] Spell correction: reusesable -> reusable --- app/components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/README.md b/app/components/README.md index b981dfe..403f4f0 100644 --- a/app/components/README.md +++ b/app/components/README.md @@ -2,7 +2,7 @@ > These components are used by `../containers` or by other components. -A component doesn't do any data fetching and expects data pass via `props`. It represents a reusesable component that can be used in different contexts. A component can have state. A component expects high-level data. +A component doesn't do any data fetching and expects data pass via `props`. It represents a reusable component that can be used in different contexts. A component can have state. A component expects high-level data. A component can have styles for layouting. It should not have styles for visual stuff.