From 31f5edc49244aea9dd786cfd6ceaba82cd7994e5 Mon Sep 17 00:00:00 2001 From: Piper Chester Date: Mon, 17 Oct 2016 21:13:33 -0700 Subject: [PATCH] Fix grammatical error --- docs/contributing/design-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/design-principles.md b/docs/contributing/design-principles.md index d5d9e3e8aa..095238a5cd 100644 --- a/docs/contributing/design-principles.md +++ b/docs/contributing/design-principles.md @@ -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.