Skip to content

Commit

Permalink
Merge pull request #2178 from benfoxall/patch-1
Browse files Browse the repository at this point in the history
Docs grammar tweak
  • Loading branch information
zpao committed Sep 24, 2014
1 parent 00c178f commit 6d90cba
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 6d90cba

Please sign in to comment.