diff --git a/Libraries/StyleSheet/StyleSheet.js b/Libraries/StyleSheet/StyleSheet.js index 6a8ccb60d..796470ced 100644 --- a/Libraries/StyleSheet/StyleSheet.js +++ b/Libraries/StyleSheet/StyleSheet.js @@ -47,7 +47,7 @@ var StyleSheetValidation = require('StyleSheetValidation'); * Code quality: * * - By moving styles away from the render function, you're making the code - * code easier to understand. + * easier to understand. * - Naming the styles is a good way to add meaning to the low level components * in the render function. *