From dc081ddafb77c9f0fb951428a3ccaf7eef36081b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E5=85=8E=E9=9F=B3?= Date: Mon, 6 May 2019 17:42:52 +0900 Subject: [PATCH] Fix typo in interpolation.md --- docs/interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interpolation.md b/docs/interpolation.md index eeb1450dbb..c65cc88888 100644 --- a/docs/interpolation.md +++ b/docs/interpolation.md @@ -40,7 +40,7 @@ If you want more details as to how this feature is implemented, I wrote a blog p ## Completion Completion now works a little bit differently than the other language features. Mainly because completion works off a -Syntactically incomplete file and the generic compiler from Vue templaet to virtual TypeScript file cannot handle that yet. +Syntactically incomplete file and the generic compiler from Vue template to virtual TypeScript file cannot handle that yet. Completion: