From 47cd81590907ce6257eec264adb0787c9a990992 Mon Sep 17 00:00:00 2001 From: rsudekum Date: Thu, 26 Mar 2015 10:59:03 -0700 Subject: [PATCH] remove extraneous word --- docs/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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