From e1fb8e64b5d2b783a0647d4b1c4d04f063a9e052 Mon Sep 17 00:00:00 2001 From: Tyler McGinnis Date: Thu, 9 Apr 2015 08:52:07 -0700 Subject: [PATCH] Remove duplicate word Summary: Closes https://github.com/facebook/react-native/pull/768 Github Author: Tyler McGinnis Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Libraries/StyleSheet/StyleSheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *