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.