Skip to content

Commit edf6ac2

Browse files
author
Akash Agarwal
authored
Update README.md
Fix typo 'lolerant' to 'tolerant'
1 parent cce3749 commit edf6ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface ParseOptions {
9090
disallowComments?: boolean;
9191
}
9292
/**
93-
* Parses the given text and returns the object the JSON content represents. On invalid input, the parser tries to be as fault lolerant as possible, but still return a result.
93+
* Parses the given text and returns the object the JSON content represents. On invalid input, the parser tries to be as fault tolerant as possible, but still return a result.
9494
* Therefore always check the errors list to find out if the input was valid.
9595
*/
9696
export declare function parse(text: string, errors?: {error: ParseErrorCode;}[], options?: ParseOptions): any;

0 commit comments

Comments
 (0)