We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f1bc8 commit 8d03a0dCopy full SHA for 8d03a0d
README.md
@@ -211,7 +211,7 @@ parse('<br>', {
211
212
#### replace with TypeScript
213
214
-For TypeScript, you'll need to check that `domNode` is an instance of domhandler's `Element`:
+You need to check that `domNode` is an instance of domhandler's `Element`:
215
216
```tsx
217
import { HTMLReactParserOptions, Element } from 'html-react-parser';
@@ -239,7 +239,7 @@ const options: HTMLReactParserOptions = {
239
};
240
```
241
242
-If you're having issues take a look at our [Create React App example](./examples/create-react-app-typescript/src/App.tsx).
+If you're having issues, take a look at our [Create React App example](./examples/create-react-app-typescript/src/App.tsx).
243
244
#### replace element and children
245
0 commit comments