From 6b4c0f9c89899f89a3ef258fb0599d78bef65664 Mon Sep 17 00:00:00 2001 From: 7006 <22399553+7006@users.noreply.github.com> Date: Thu, 5 Dec 2019 15:39:22 +0200 Subject: [PATCH] chore: typo in comment --- src/platforms/web/compiler/modules/model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/web/compiler/modules/model.js b/src/platforms/web/compiler/modules/model.js index 8d784fe4695..ced689029ed 100644 --- a/src/platforms/web/compiler/modules/model.js +++ b/src/platforms/web/compiler/modules/model.js @@ -1,7 +1,7 @@ /* @flow */ /** - * Expand input[v-model] with dyanmic type bindings into v-if-else chains + * Expand input[v-model] with dynamic type bindings into v-if-else chains * Turn this: * * into this: