Skip to content

Commit a9dac5e

Browse files
docs(schema): Fix typo (#1056)
1 parent d681543 commit a9dac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/starting/custom-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the main entry point for your schema. You can insert new types, inputs a
1818

1919
### composable_extension.extension.graphqls
2020

21-
For now all you need to know about this file is that it extens the base file. What this will allow is to better organize resolvers into different modules where each module might expose different things to the schema. The only existing type by default is `Query` and so to define new queries you have to add them here in the extension.graphqls file.
21+
For now all you need to know about this file is that it extends the base file. What this will allow is to better organize resolvers into different modules where each module might expose different things to the schema. The only existing type by default is `Query` and so to define new queries you have to add them here in the extension.graphqls file.
2222

2323
For more information about composable schemas go to [Advanced section](./../advanced/composable-schemas.md) when talking about spliting schemas so that you can make certain modules enable new functionalities as they are enabled.
2424

0 commit comments

Comments
 (0)