Skip to content

Commit

Permalink
Correct movie title
Browse files Browse the repository at this point in the history
  • Loading branch information
bpesquet committed Jun 11, 2017
1 parent ec85227 commit e08e67d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/movies.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"title": "The Wolf of Wall Street",
"year" : "2013",
"year": "2013",
"author": "Martin Scorsese"
},
{
"title": "Vice-Versa",
"title": "Inside Out",
"year": "2015",
"author": "Pete Docter"
},
Expand All @@ -14,4 +14,4 @@
"year": "2013",
"author": "Philippe Lacheau and Nicolas Benamou"
}
]
]

0 comments on commit e08e67d

Please sign in to comment.