Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Spell correction: reusesable -> reusable #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down