chore(docs): fix typo in complex fields section (#698)

This commit is contained in:
Andres Rodriguez 2020-07-14 15:03:39 -05:00 committed by GitHub
parent 0dcfb850e1
commit f0ee2094d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ struct Person {
/// Doc comments are used as descriptions for GraphQL. /// Doc comments are used as descriptions for GraphQL.
#[juniper::graphql_object( #[juniper::graphql_object(
// With this attribtue you can change the public GraphQL name of the type. // With this attribute you can change the public GraphQL name of the type.
name = "PersonObject", name = "PersonObject",
// You can also specify a description here, which will overwrite // You can also specify a description here, which will overwrite
// a doc comment description. // a doc comment description.