8000 Fix conjunction (#192) · vuejs/jp.vuejs.org@ed26a00 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed26a00

Browse files
kyannykazupon
authored andcommitted
Fix conjunction (#192)
Original sentence is `use capture mode when adding the event listener`.
1 parent ce49c5d commit ed26a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ methods: {
139139
1.0.16 で、2つの追加の修飾子が導入されています:
140140

141141
``` html
142-
<!-- イベントリストな追加するときにキャプチャモードを使用します -->
142+
<!-- イベントリストを追加するときにキャプチャモードを使用します -->
143143
<div v-on:click.capture="doThis">...</div>
144144

145145
<!-- event.target が要素それ自身の場合だけハンドラをトリガします -->

0 commit comments

Comments
 (0)
0