Merge pull request #217 from bsudekum/fix

remove extraneous word
This commit is contained in:
Spencer Ahrens 2015-03-26 11:11:50 -07:00
commit 6f954612fe
1 changed files with 1 additions and 1 deletions

View File

@ -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