Merge pull request #2178 from benfoxall/patch-1

Docs grammar tweak
This commit is contained in:
Paul O’Shannessy
2014-09-24 16:54:25 -07:00
parent 00c178f1d5
commit 6d90cba9ed
+1 -1
View File
@@ -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