From 4ade76198f4aac874c03ec12c24c7e627264baa2 Mon Sep 17 00:00:00 2001 From: Leyth Date: Wed, 27 Oct 2021 01:04:44 -0700 Subject: [PATCH] Fixed possessive pronouns --- src/guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/introduction.md b/src/guide/introduction.md index b5d1a43fb5..a9fc1b0287 100644 --- a/src/guide/introduction.md +++ b/src/guide/introduction.md @@ -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