Skip to content

Commit 54dfa60

Browse files
pmaouialaddin-add
authored andcommitted
Fix: Typo in function comment parameters (#11111)
1 parent cf296bd commit 54dfa60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/util/source-code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class SourceCode extends TokenStore {
8787
* @param {string|Object} textOrConfig - The source code text or config object.
8888
* @param {string} textOrConfig.text - The source code text.
8989
* @param {ASTNode} textOrConfig.ast - The Program node of the AST representing the code. This AST should be created from the text that BOM was stripped.
90-
* @param {Object|null} textOrConfig.parserServices - The parser srevices.
90+
* @param {Object|null} textOrConfig.parserServices - The parser services.
9191
* @param {ScopeManager|null} textOrConfig.scopeManager - The scope of this source code.
9292
* @param {Object|null} textOrConfig.visitorKeys - The visitor keys to traverse AST.
9393
* @param {ASTNode} [astIfNoConfig] - The Program node of the AST representing the code. This AST should be created from the text that BOM was stripped.

0 commit comments

Comments
 (0)