Skip to content

Commit

Permalink
Fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored Oct 18, 2016
1 parent fae3e53 commit 31f5edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/design-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ We do, however, provide some global configuration on the build level. For exampl

### Beyond the DOM

We see the value of React in the way it allows us to write components that have less bugs and compose together well. DOM is the original rendering target for React but [React Native](http://facebook.github.io/react-native/) is just as important both to Facebook and the community.
We see the value of React in the way it allows us to write components that have fewer bugs and compose together well. DOM is the original rendering target for React but [React Native](http://facebook.github.io/react-native/) is just as important both to Facebook and the community.

Being renderer-agnostic is an important design constraint of React. It adds some overhead in the internal representations. On the other hand, any improvements to the core translate across platforms.

Expand Down

0 comments on commit 31f5edc

Please sign in to comment.