From f0ee2094d31e04ffa310205183d1929b0737b294 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Tue, 14 Jul 2020 15:03:39 -0500 Subject: [PATCH] chore(docs): fix typo in complex fields section (#698) --- docs/book/content/types/objects/complex_fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/content/types/objects/complex_fields.md b/docs/book/content/types/objects/complex_fields.md index b0a90286..cc10bb93 100644 --- a/docs/book/content/types/objects/complex_fields.md +++ b/docs/book/content/types/objects/complex_fields.md @@ -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.