Browse Source

Less -> Fewer

bugs and bytes are countable, so should be fewer
main
Ben Foxall 10 years ago
parent
commit
f3fb21afc0
  1. 2
      docs/05-reusable-components.md

2
docs/05-reusable-components.md

@ -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

Loading…
Cancel
Save