diff --git a/website/versioned_docs/version-6.x.x/schema-generator/customizing-schemas/generator-config.md b/website/versioned_docs/version-6.x.x/schema-generator/customizing-schemas/generator-config.md index 4739d86a21..ca2dfd7969 100644 --- a/website/versioned_docs/version-6.x.x/schema-generator/customizing-schemas/generator-config.md +++ b/website/versioned_docs/version-6.x.x/schema-generator/customizing-schemas/generator-config.md @@ -3,7 +3,7 @@ id: generator-config title: Generator Configuration & Hooks --- -`graphql-kotlin-schema-generator` provides a single function, `toSchema,` to generate a schema from Kotlin objects. This +`graphql-kotlin-schema-generator` provides a single function, `toSchema`, to generate a schema from Kotlin objects. This function accepts four arguments: config, queries, mutations and subscriptions. ## TopLevelObjects