Skip to content

Commit 02a8086

Browse files
Merge pull request #1137 from qin-guan/patch-1
Syntax error in code example
2 parents d12baf0 + baae927 commit 02a8086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/scalars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `GraphQLISODateTime` (e.g. `2019-12-03T09:54:33Z`) is used by default to rep
1717
```typescript
1818
GraphQLModule.forRoot({
1919
buildSchemaOptions: {
20-
dateScalarMode: 'timestamp'.
20+
dateScalarMode: 'timestamp',
2121
}
2222
}),
2323
```

0 commit comments

Comments
 (0)