Skip to content

Commit 7412ed8

Browse files
authored
docs: Removed the duplicated "up" (#2110)
### 📝 Description Removed the duplicated "up" in the docs. ### 🔗 Related Issues
1 parent 9e318b3 commit 7412ed8

File tree

1 file changed

+1
-1
lines changed
  • website/versioned_docs/version-8.x.x/schema-generator/writing-schemas

1 file changed

+1
-1
lines changed

website/versioned_docs/version-8.x.x/schema-generator/writing-schemas/scalars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class, which is an *inline value class* that wraps the underlying `String` value
3030
:::
3131

3232
Since `ID` is a value class, it may be represented at runtime as a wrapper or directly as underlying type. Due to the generic
33-
nature of the query processing logic we *always* end up with up a wrapper type when resolving the field value. As a result,
33+
nature of the query processing logic we *always* end up with a wrapper type when resolving the field value. As a result,
3434
in order to ensure that underlying scalar value is correctly serialized, we need to explicitly unwrap it by registering
3535
`IDValueUnboxer` with your GraphQL instance.
3636

0 commit comments

Comments
 (0)