Skip to content

Commit

Permalink
Merge pull request #21 from akashagarwal7/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aeschli authored May 13, 2019
2 parents cce3749 + edf6ac2 commit f5a3540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export interface ParseOptions {
disallowComments?: boolean;
}
/**
* 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.
* 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.
* Therefore always check the errors list to find out if the input was valid.
*/
export declare function parse(text: string, errors?: {error: ParseErrorCode;}[], options?: ParseOptions): any;
Expand Down

0 comments on commit f5a3540

Please # to comment.