From 28789947de528e35996492b8a369792bfa8a90cf Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 8 Jan 2025 07:56:46 +0800 Subject: [PATCH] Update type argument wording --- src/content/interop/js-interop/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/interop/js-interop/usage.md b/src/content/interop/js-interop/usage.md index 5311bea0dc..8a7ad08a5a 100644 --- a/src/content/interop/js-interop/usage.md +++ b/src/content/interop/js-interop/usage.md @@ -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.