Skip to content

Commit 308d9a4

Browse files
mattleffjohnbiundo
andauthored
Update content/graphql/quick-start.md
Co-authored-by: John Biundo <[email protected]>
1 parent 475d0c4 commit 308d9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GraphQLModule.forRoot({
101101
}),
102102
```
103103

104-
By default, the types in the generated schema will be in the order they are defined in the included modules. To sort the schema lexicographically set the `sortSchema` property to `true`:
104+
By default, the types in the generated schema will be in the order they are defined in the included modules. To sort the schema lexicographically, set the `sortSchema` property to `true`:
105105

106106
```typescript
107107
GraphQLModule.forRoot({

0 commit comments

Comments
 (0)