From 91b23ff14135dcef770d4153f0032565db7fdb1b Mon Sep 17 00:00:00 2001 From: Mark Tinsley Date: Fri, 4 Dec 2015 09:33:23 -0600 Subject: [PATCH] 'details' => 'detail' --- src/guide/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/syntax.md b/src/guide/syntax.md index 373fb3dcb8..e1f92386f3 100644 --- a/src/guide/syntax.md +++ b/src/guide/syntax.md @@ -124,7 +124,7 @@ Another example is the `v-on` directive, which listens to DOM events: ``` -Here the argument is the event name to listen to. We will talk about event handling in more details too. +Here the argument is the event name to listen to. We will talk about event handling in more detail too. ### Modifiers