diff --git a/docs/graphql/manual/engine-internals/index.rst b/docs/graphql/manual/engine-internals/index.rst index ad289f6e..7cf4e063 100644 --- a/docs/graphql/manual/engine-internals/index.rst +++ b/docs/graphql/manual/engine-internals/index.rst @@ -11,7 +11,7 @@ initializes a few tables under it as described below. hdb_catalog ----------- -The schema created by Hasura GraphQL engine where it manages its internal state. Whenever a +This schema is created by Hasura GraphQL Engine to manage its internal state. Whenever a table/permission/relationship is created/updated using the Hasura console or Hasura CLI. Hasura GraphQL engine captures that information and stores it in the corresponding tables.