Skip to content

Commit c77a9d8

Browse files
authored
Merge pull request sudheerj#6 from uronly14me/feature/inlinecode
Fix typo of inline code
2 parents 2b877b4 + ee400d6 commit c77a9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
554554
16. ### What are synthetic events in React?
555555
556-
```SyntheticEvent` is a cross-browser wrapper around the browser's native event. It's API is same as the browser's native event, including `stopPropagation()` and `preventDefault()`, except the events work identically across all browsers.
556+
`SyntheticEvent` is a cross-browser wrapper around the browser's native event. It's API is same as the browser's native event, including `stopPropagation()` and `preventDefault()`, except the events work identically across all browsers.
557557
558558
17. ### What is inline conditional expressions?
559559

0 commit comments

Comments
 (0)