Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Here we're encountering something new. The `v-bind` attribute you're seeing is c

## Handling User Input

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:

```html
<div id="event-handling">
Expand Down