Skip to content

Commit b5b5baf

Browse files
committed
fix: compilation failure due to docs
1 parent 21e2640 commit b5b5baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/pages/learn/responding-to-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ button { margin: 5px; }
357357

358358
</Sandpack>
359359

360-
如果你点击任一按钮,它自身的 `onClick` 将首先执行,然后父级 <div> 的 `onClick` 会接着执行。因此会出现两条消息。如果你点击 toolbar 本身,将只有父级 `<div>``onClick` 会执行。
360+
如果你点击任一按钮,它自身的 `onClick` 将首先执行,然后父级 `<div>``onClick` 会接着执行。因此会出现两条消息。如果你点击 toolbar 本身,将只有父级 `<div>``onClick` 会执行。
361361

362362
<Gotcha>
363363

0 commit comments

Comments
 (0)