diff --git a/source/Ox/js/JavaScript.js b/source/Ox/js/JavaScript.js index 54c9e7af..3eeda7a4 100644 --- a/source/Ox/js/JavaScript.js +++ b/source/Ox/js/JavaScript.js @@ -477,7 +477,7 @@ Ox.identify Returns the type of a JavaScript identifier (string) -> Type Type can be `'constant'`, `'identifier'`, `'keyword'`, `'method'`, `'object'` or `'property'`. - > Ox.idenfify('PI') + > Ox.identify('PI') 'constant' > Ox.identify('foo') 'identifier'