Skip to content

Commit

Permalink
Update designs/2022-languages/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
  • Loading branch information
nzakas and mdjermanovic committed Mar 9, 2023
1 parent 52f746a commit 2fd33d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions designs/2022-languages/README.md
Expand Up @@ -128,9 +128,9 @@ interface ESLintLanguage {
matchesSelectorClass(className: string, node: ASTNode, ancestry: Array<ASTNode>): boolean;

/**
* Parses the given file input into its component parts. This file should not
* Parses the given file input into its component parts. This method should not
* throws errors for parsing errors but rather should return any parsing
* errors as parse of the ParseResult object.
* errors as `errors` of the ParseResult object.
*/
parse(file: File, context: LanguageContext): ParseResult | Promise<ParseResult>;

Expand Down

0 comments on commit 2fd33d8

Please sign in to comment.