Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9eb19a6

Browse files
committedDec 4, 2015
Merge pull request #210 from SERVANT14/patch-8
'more details' => 'more detail'
2 parents beb7fe5 + 91b23ff commit 9eb19a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Another example is the `v-on` directive, which listens to DOM events:
124124
<a v-on:click="doSomething">
125125
```
126126

127-
Here the argument is the event name to listen to. We will talk about event handling in more details too.
127+
Here the argument is the event name to listen to. We will talk about event handling in more detail too.
128128

129129
### Modifiers
130130

0 commit comments

Comments
 (0)
Please sign in to comment.