Skip to content

Commit

Permalink
Update type argument wording
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Jan 7, 2025
1 parent d8f1b6d commit 2878994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/interop/js-interop/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ Utility functions include:
- [`importModule`][], which allows you to
import modules dynamically as a `JSObject`.
- [`isA`][], which allows you to check if a JS-interop value is
an instance of the JS type specified as the type argument.
an instance of the JS type specified by the type argument.

More utilities might be added to this library in the future.

Expand Down

0 comments on commit 2878994

Please sign in to comment.