From f3fb21afc098c56003313e83c15dd926bc83bacd Mon Sep 17 00:00:00 2001 From: Ben Foxall Date: Thu, 11 Sep 2014 14:33:16 +0100 Subject: [PATCH] Less -> Fewer bugs and bytes are countable, so should be fewer --- docs/05-reusable-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-reusable-components.md b/docs/05-reusable-components.md index 7219f534..2e5750f6 100644 --- a/docs/05-reusable-components.md +++ b/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