diff --git a/docs/Tutorial.md b/docs/Tutorial.md index f3a8830d0..229954a2d 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -53,7 +53,7 @@ var MOCKED_MOVIES_DATA = [ ### Render a movie -gr + We're going to render the title, year, and thumbnail for the movie. Since thumbnail is an Image component in React Native, add Image to the list of React requires below. ```javascript