remove extraneous word

This commit is contained in:
rsudekum
2015-03-26 10:59:03 -07:00
parent 937dec72f6
commit 47cd815909

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