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); ``` -