Skip to content

Commit 9e20fc1

Browse files
authored
Fix typo
1 parent 3218df7 commit 9e20fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/docs/usage/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Start by adding the scalar to your GraphQL SDL:
1414
scalar ScalarName
1515
```
1616

17-
Notw that you can also import ready-to-use type definitions for scalars like below:
17+
Note that you can also import ready-to-use type definitions for scalars like below:
1818

1919
```ts
2020
// or import specific typeDefs only with ES6 Import
@@ -61,4 +61,4 @@ With most code-first implementation, you can just import the scalar directly and
6161
import { GraphQLScalarName } from 'graphql-scalars';
6262

6363
// Now, use GraphQLScalarName as a type wihin your GraphQL Schema.
64-
````
64+
````

0 commit comments

Comments
 (0)