We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7607848 commit 7a9ad06Copy full SHA for 7a9ad06
src/guide/introduction.md
@@ -100,7 +100,7 @@ Here we're encountering something new. The `v-bind` attribute you're seeing is c
100
101
## Handling User Input
102
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:
+To let users interact with our app, we can use the `v-on` directive to attach event listeners that invoke methods on our instances:
104
105
```html
106
<div id="event-handling">
0 commit comments