We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806f0b8 commit 86a349fCopy full SHA for 86a349f
pages/docs/manual/latest/converting-from-js.mdx
@@ -279,7 +279,7 @@ exports.queryResult = queryResult;
279
</CodeTab>
280
281
We've:
282
-- introduced an opaque types for `school` and `student` to prevent misusages their values
+- introduced an opaque types for `school` and `student` to prevent misuse of their values
283
- typed the payload as a record with only the `student` field
284
- typed `getStudentById` as the sole method of `student`
285
0 commit comments