Skip to content

Commit 95e68a9

Browse files
committed
2 parents 4dc2dc6 + c77a9d8 commit 95e68a9

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
@@ -555,7 +555,7 @@
555555
556556
16. ### What are synthetic events in React?
557557
558-
```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.
558+
`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.
559559
560560
17. ### What is inline conditional expressions?
561561

0 commit comments

Comments
 (0)