Skip to content

Commit 38a0661

Browse files
authored
docs: Fix typo (#18735)
docs: Fix misspelled word
1 parent 3c32a9e commit 38a0661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/languages/js/source-code/source-code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ class SourceCode extends TokenStore {
918918
}
919919

920920
/**
921-
* Returns the locatin of the given node or token.
921+
* Returns the location of the given node or token.
922922
* @param {ASTNode|Token} nodeOrToken The node or token to get the location of.
923923
* @returns {SourceLocation} The location of the node or token.
924924
*/

0 commit comments

Comments
 (0)