diff --git a/docs/docs/05-reusable-components.md b/docs/docs/05-reusable-components.md index 7219f5348364f..2e5750f62b5f1 100644 --- a/docs/docs/05-reusable-components.md +++ b/docs/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