Skip to content

Commit 8d03a0d

Browse files
docs(readme): improve wording
1 parent 19f1bc8 commit 8d03a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ parse('<br>', {
211211
212212
#### replace with TypeScript
213213

214-
For TypeScript, you'll need to check that `domNode` is an instance of domhandler's `Element`:
214+
You need to check that `domNode` is an instance of domhandler's `Element`:
215215

216216
```tsx
217217
import { HTMLReactParserOptions, Element } from 'html-react-parser';
@@ -239,7 +239,7 @@ const options: HTMLReactParserOptions = {
239239
};
240240
```
241241

242-
If you're having issues take a look at our [Create React App example](./examples/create-react-app-typescript/src/App.tsx).
242+
If you're having issues, take a look at our [Create React App example](./examples/create-react-app-typescript/src/App.tsx).
243243

244244
#### replace element and children
245245

0 commit comments

Comments
 (0)