Skip to content

Commit

Permalink
Merge pull request #6 from mjw56/patch-1
Browse files Browse the repository at this point in the history
fix minor typo
  • Loading branch information
leebyron committed Dec 1, 2015
2 parents 93c8f7a + f1975ab commit 7a1dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/types/film.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ var FilmType = new GraphQLObjectType({
PersonType
),
planetConnection: connectionFromUrls(
'FilmPlants',
'FilmPlanets',
'planets',
PlanetType
),
Expand Down

0 comments on commit 7a1dc30

Please sign in to comment.