Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d90cba

Browse files
committed
Merge pull request facebook#2178 from benfoxall/patch-1
Docs grammar tweak
1 parent 00c178f commit 6d90cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/05-reusable-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ prev: multiple-components.html
66
next: forms.html
77
---
88

9-
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.
9+
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.
1010

1111

1212
## Prop Validation

0 commit comments

Comments
 (0)