Skip to content

Commit 712e818

Browse files
Leyth Adannaokie
Leyth Adan
authored andcommitted
Fixed possessive pronouns (#1303)
1 parent ebded77 commit 712e818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Vue.createApp(AttributeBinding).mount('#bind-attribute')
100100

101101
## ユーザー入力の制御
102102

103-
ユーザがあなたのアプリケーションと対話できるように`v-on` ディレクティブを使ってイベントリスナをアタッチし、インスタンスのメソッドを呼び出すことができます:
103+
ユーザがアプリケーションと対話できるように`v-on` ディレクティブを使ってイベントリスナをアタッチし、インスタンスのメソッドを呼び出すことができます:
104104

105105
```html
106106
<div id="event-handling">

0 commit comments

Comments
 (0)