Skip to content

Commit 1d1e2a5

Browse files
johncg182chrisvfritz
authored andcommitted
recieve spelling (vuejs#1050)
recieve to receive
1 parent 4dd4a4a commit 1d1e2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Filters can be chained:
153153
{{ message | filterA | filterB }}
154154
```
155155

156-
In this case, `filterA`, defined with a single argument, will recieve the value of `message`, and then the `filterB` function will be called with the result of `filterA` passed into `filterB`'s single argument.
156+
In this case, `filterA`, defined with a single argument, will receive the value of `message`, and then the `filterB` function will be called with the result of `filterA` passed into `filterB`'s single argument.
157157

158158
Filters are JavaScript functions, therefore they can take arguments:
159159

0 commit comments

Comments
 (0)