chore(docs): fix typo in complex fields section (#698)
This commit is contained in:
parent
0dcfb850e1
commit
f0ee2094d3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ struct Person {
|
|||
|
||||
/// Doc comments are used as descriptions for GraphQL.
|
||||
#[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",
|
||||
// You can also specify a description here, which will overwrite
|
||||
// a doc comment description.
|
||||
|
|
Loading…
Reference in a new issue