Skip to content

Commit

Permalink
Less -> Fewer
Browse files Browse the repository at this point in the history
bugs and bytes are countable, so should be fewer
  • Loading branch information
benfoxall committed Sep 11, 2014
1 parent 76d6481 commit fe08888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/05-reusable-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prev: multiple-components.html
next: forms.html
---

When designing interfaces, break down the common design elements (buttons, form fields, layout components, etc) into reusable components with well-defined interfaces. That way, the next time you need to build some UI you can write much less code, which means faster development time, less bugs, and less bytes down the wire.
When designing interfaces, break down the common design elements (buttons, form fields, layout components, etc) into reusable components with well-defined interfaces. That way, the next time you need to build some UI you can write much less code, which means faster development time, fewer bugs, and fewer bytes down the wire.


## Prop Validation
Expand Down

0 comments on commit fe08888

Please sign in to comment.