Commit 158cbde9 authored by Amy Qualls's avatar Amy Qualls Committed by Thong Kuah

Fix possessive in the GraphQL page

Fix the underlying HAML that creates the GraphQL reference page so
it doesn't use the possessive form of GitLab.
parent e503a021
......@@ -26,7 +26,7 @@ in [Removed Items](../removed_items.md).
## Object types
Object types represent the resources that GitLab's GraphQL API can return.
Object types represent the resources that the GitLab GraphQL API can return.
They contain _fields_. Each field has its own type, which will either be one of the
basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
(e.g.: `String` or `Boolean`) or other object types.
......
......@@ -21,7 +21,7 @@
:plain
## Object types
Object types represent the resources that GitLab's GraphQL API can return.
Object types represent the resources that the GitLab GraphQL API can return.
They contain _fields_. Each field has its own type, which will either be one of the
basic GraphQL [scalar types](https://graphql.org/learn/schema/#scalar-types)
(e.g.: `String` or `Boolean`) or other object types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment