Skip to content

Commit f5a3540

Browse files
authored
Merge pull request #21 from akashagarwal7/patch-1
Update README.md
2 parents cce3749 + edf6ac2 commit f5a3540

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)