diff --git a/docs/docs-using-js-api-support.md b/docs/docs-using-js-api-support.md index d8ce2685..b30c452a 100644 --- a/docs/docs-using-js-api-support.md +++ b/docs/docs-using-js-api-support.md @@ -21,7 +21,7 @@ explicitly marked as partially supported in the table below. |`TextEncoder`|🚧| Partial support, not fully compliant| |`console`|🚧| Partial support, `console.log` and `console.error`| -Javy provides a custom `Javy` naespace, which includes the following +Javy provides a custom `Javy` namespace, which includes the following functionality: * `IO`: provides `readSync` and `writeSync`, analogous to [Node's `fs`