Skip to content

Commit

Permalink
Fix Typos (#697)
Browse files Browse the repository at this point in the history
change contet to context
  • Loading branch information
KoditkarVedant authored and joemcbride committed Jun 15, 2018
1 parent 96fed25 commit 5ac7bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting-started.md
Expand Up @@ -168,7 +168,7 @@ public class StarWarsQuery : ObjectGraphType
resolve: context =>
{
var id = context.GetArgument<string>("id");
var objectId = contet.Arguments["id"];
var objectId = context.Arguments["id"];
return data.GetDroidByIdAsync(id);
}
);
Expand Down

0 comments on commit 5ac7bce

Please sign in to comment.