From 14b1a7860023538c01879f3171300a75a90a91b7 Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Thu, 26 Mar 2015 00:19:03 -0700 Subject: [PATCH] Update some language in Tutorial.md --- docs/Tutorial.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index a595dc459..816dd0362 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -98,7 +98,7 @@ var styles = StyleSheet.create({ }); ``` -And lastly we need to apply this still to the Image component: +And lastly we need to apply this style to the Image component: ```javascript SampleApp); ``` -