spelling: javascript

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-09-28 13:23:46 -04:00
parent 76a743b74e
commit 8f803234ce

View File

@ -11,7 +11,7 @@ const JS_KEYWORDS = `
.filter((word) => word.length > 0); .filter((word) => word.length > 0);
/** /**
* Creates a function from a Javascript expression * Creates a function from a JavaScript expression
* *
* When the function is called, the variables used in this expression are picked up from the context * When the function is called, the variables used in this expression are picked up from the context
* *