Skip to content

Commit 7a9ad06

Browse files
author
Leyth Adan
authored
Fixed possessive pronouns (#1303)
1 parent 7607848 commit 7a9ad06

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 @@ Here we're encountering something new. The `v-bind` attribute you're seeing is c
100100

101101
## Handling User Input
102102

103-
To let users interact with your app, we can use the `v-on` directive to attach event listeners that invoke methods on our instances:
103+
To let users interact with our app, we can use the `v-on` directive to attach event listeners that invoke methods on our instances:
104104

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

0 commit comments

Comments
 (0)