Skip to content

Commit b5243dd

Browse files
authored
Replace statement by expression
Closes #754
1 parent 90168c2 commit b5243dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var example2 = new Vue({
104104

105105
## Methods in Inline Handlers
106106

107-
Instead of binding directly to a method name, we can also use methods in an inline JavaScript statement:
107+
Instead of binding directly to a method name, we can also use methods in an inline JavaScript expression:
108108

109109
``` html
110110
<div id="example-3">

0 commit comments

Comments
 (0)