Skip to content

Commit

Permalink
docs(readme): fix 2 typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxozon4 committed Apr 20, 2023
1 parent 582e395 commit 83fd251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ The reason why your HTML attributes aren't getting called is because [inline eve

### Parser throws an error

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

### Is SSR supported?

Expand Down Expand Up @@ -464,7 +464,7 @@ See [#62](https://github.com/remarkablemark/html-react-parser/issues/62) and [ex
### TS Error: Property 'attribs' does not exist on type 'DOMNode'
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).
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).
### Can I enable `trim` for certain elements?
Expand Down

0 comments on commit 83fd251

Please sign in to comment.