From f557e867c22b15b1ddbc6baf345b63e1717e6714 Mon Sep 17 00:00:00 2001 From: Hubery Liu Date: Mon, 29 May 2017 12:21:59 +0800 Subject: [PATCH] misspelling --- src/compiler/compile-props.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/compile-props.js b/src/compiler/compile-props.js index eca4da18633..70a3e75c8f1 100644 --- a/src/compiler/compile-props.js +++ b/src/compiler/compile-props.js @@ -220,7 +220,7 @@ function makePropsLinkFn (props) { } /** - * Process a prop with a rawValue, applying necessary coersions, + * Process a prop with a rawValue, applying necessary coercions, * default values & assertions and call the given callback with * processed value. *