Skip to content

Commit

Permalink
Merge pull request #1385 from iamchanii/main
Browse files Browse the repository at this point in the history
Fix typo in scalars.mdx
  • Loading branch information
hayes authored Feb 28, 2025
2 parents ec203d4 + 9982ea8 commit 8f2c1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/guide/scalars.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The Input type is the type that will be used when the type is used in an argumen
The Output type is used to validate the resolvers return the correct value when using the scalar in
their return type.

For many scalars `Input` and `Outout` will be the same, but they do not always need to match. The
For many scalars `Input` and `Output` will be the same, but they do not always need to match. The
Scalars generic can be used to change types for the built-in scalars.

For example, the defaults for the ID scalar might not be exactly what you want, you can customize
Expand Down

0 comments on commit 8f2c1f2

Please sign in to comment.