Skip to content

Commit 83fd251

Browse files
committed
docs(readme): fix 2 typos in README.md
1 parent 582e395 commit 83fd251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ The reason why your HTML attributes aren't getting called is because [inline eve
425425

426426
### Parser throws an error
427427

428-
If the parser throws an erorr, check if your arguments are valid. See ["Does invalid HTML get sanitized?"](#does-invalid-html-get-sanitized).
428+
If the parser throws an error, check if your arguments are valid. See ["Does invalid HTML get sanitized?"](#does-invalid-html-get-sanitized).
429429

430430
### Is SSR supported?
431431

@@ -464,7 +464,7 @@ See [#62](https://github.com/remarkablemark/html-react-parser/issues/62) and [ex
464464
465465
### TS Error: Property 'attribs' does not exist on type 'DOMNode'
466466
467-
The TypeScript error occurs because `DOMNode` needs be an instance of domhandler's `Element`. See [migration](#migration) or [#199](https://github.com/remarkablemark/html-react-parser/issues/199).
467+
The TypeScript error occurs because `DOMNode` needs to be an instance of domhandler's `Element`. See [migration](#migration) or [#199](https://github.com/remarkablemark/html-react-parser/issues/199).
468468
469469
### Can I enable `trim` for certain elements?
470470

0 commit comments

Comments
 (0)