Skip to content

Commit b078626

Browse files
authored
docs: fix typo in generator-config.md (#1722)
1 parent 42cf170 commit b078626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-6.x.x/schema-generator/customizing-schemas/generator-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: generator-config
33
title: Generator Configuration & Hooks
44
---
55

6-
`graphql-kotlin-schema-generator` provides a single function, `toSchema,` to generate a schema from Kotlin objects. This
6+
`graphql-kotlin-schema-generator` provides a single function, `toSchema`, to generate a schema from Kotlin objects. This
77
function accepts four arguments: config, queries, mutations and subscriptions.
88

99
## TopLevelObjects

0 commit comments

Comments
 (0)