Skip to content

Commit 99cd78a

Browse files
docs(readme): fix grammar and improve wording in FAQ
1 parent 78cc9b3 commit 99cd78a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ No, this library does **_not_** perform HTML sanitization. See [#124](https://gi
206206

207207
#### Are `<script>` tags parsed?
208208

209-
Although, `<script>` tags and their contents are rendered on the server-side, they are not evaluated on the client-side. See [#98](https://github.com/remarkablemark/html-react-parser/issues/98).
209+
Although `<script>` tags and their contents are rendered on the server-side, they're not evaluated on the client-side. See [#98](https://github.com/remarkablemark/html-react-parser/issues/98).
210210

211-
#### My HTML attributes aren't getting called.
211+
#### Why aren't my HTML attributes getting called?
212212

213-
That's because [inline event handlers](https://developer.mozilla.org/docs/Web/Guide/Events/Event_handlers) like `onclick` are parsed as a _string_ rather than a _function_. See [#73](https://github.com/remarkablemark/html-react-parser/issues/73).
213+
This is because [inline event handlers](https://developer.mozilla.org/docs/Web/Guide/Events/Event_handlers) (e.g., `onclick`) are parsed as a _string_ instead of a _function_. See [#73](https://github.com/remarkablemark/html-react-parser/issues/73).
214214

215215
## Testing
216216

0 commit comments

Comments
 (0)