Skip to content

Commit 2e9b10b

Browse files
authored
Update readme.md
1 parent 6bb9bde commit 2e9b10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function a() {
3838
}
3939
4040
```
41-
> Notice: we need to use `visible$sync` instead of `visible.sync`, which is not a illegal in `jsx`.
41+
> Notice: we need to use `visible$sync` instead of `visible.sync`, because `visible.sync` is an illegal syntax in `jsx`.
4242
4343
is complied to:
4444

0 commit comments

Comments
 (0)