Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 6232b67

Browse files
authored
fix typo
1 parent 88f60fb commit 6232b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-scalars.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gql_build|schema_builder:
2525
The key in the yaml Map should be the name of our custom scalar in our schema (i.e. "Date"), and `name` should be the name of the Dart type.
2626

2727
:::important
28-
We've included only the `schema_builder` above for brevity, but we will need to include this same type_overrides map for `data_builder`, `var_builder` `serializer_builder`, and `req_builder` as well. See the [complete build.yaml example](#complete-buildyaml-example) for more details.
28+
We've included only the `schema_builder` above for brevity, but we will need to include this same type_overrides map for `data_builder`, `var_builder`, `serializer_builder`, and `req_builder` as well. See the [complete build.yaml example](#complete-buildyaml-example) for more details.
2929
:::
3030

3131
If our Dart type is not part of the `dart:core` library, we'd also need to import the file that contains the Dart type. DateTime _is_ a part of `dart:core`, but if it weren't, we'd import it like so:

0 commit comments

Comments
 (0)