From ea78bec5b4ade3e1a69ded72ccc4e283b5b4e023 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 19 Dec 2017 10:33:37 -0800 Subject: [PATCH] Grammar Edit Changed "an" SPA to "a" SPA --- src/v2/guide/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/syntax.md b/src/v2/guide/syntax.md index ddd821ca44..c9e8214339 100644 --- a/src/v2/guide/syntax.md +++ b/src/v2/guide/syntax.md @@ -140,7 +140,7 @@ You'll see other examples of modifiers later, [for `v-on`](events.html#Event-Mod ## Shorthands -The `v-` prefix serves as a visual cue for identifying Vue-specific attributes in your templates. This is useful when you are using Vue.js to apply dynamic behavior to some existing markup, but can feel verbose for some frequently used directives. At the same time, the need for the `v-` prefix becomes less important when you are building an [SPA](https://en.wikipedia.org/wiki/Single-page_application) where Vue.js manages every template. Therefore, Vue.js provides special shorthands for two of the most often used directives, `v-bind` and `v-on`: +The `v-` prefix serves as a visual cue for identifying Vue-specific attributes in your templates. This is useful when you are using Vue.js to apply dynamic behavior to some existing markup, but can feel verbose for some frequently used directives. At the same time, the need for the `v-` prefix becomes less important when you are building a [SPA](https://en.wikipedia.org/wiki/Single-page_application) where Vue.js manages every template. Therefore, Vue.js provides special shorthands for two of the most often used directives, `v-bind` and `v-on`: ### `v-bind` Shorthand