Skip to content

Commit 86a349f

Browse files
authored
Fix typo (#797)
"prevent misusages their values" → "prevent misuse of their values"
1 parent 806f0b8 commit 86a349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/converting-from-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ exports.queryResult = queryResult;
279279
</CodeTab>
280280

281281
We've:
282-
- introduced an opaque types for `school` and `student` to prevent misusages their values
282+
- introduced an opaque types for `school` and `student` to prevent misuse of their values
283283
- typed the payload as a record with only the `student` field
284284
- typed `getStudentById` as the sole method of `student`
285285

0 commit comments

Comments
 (0)