From c6f5556ad7c16af87cac6074854f8e29426b13ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=A3=E9=87=8C=E5=A5=BD=E8=84=8F=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5?= Date: Mon, 29 Aug 2022 21:28:59 +0800 Subject: [PATCH] docs: fix typo (#9855) --- packages/plugin-vue/src/main.ts | 2 +- playground/vue/PreProcessors.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-vue/src/main.ts b/packages/plugin-vue/src/main.ts index 37de21de..bdb846ab 100644 --- a/packages/plugin-vue/src/main.ts +++ b/packages/plugin-vue/src/main.ts @@ -162,7 +162,7 @@ export async function transformMain( if (options.sourceMap) { if (scriptMap && templateMap) { // if the template is inlined into the main module (indicated by the presence - // of templateMap, we need to concatenate the two source maps. + // of templateMap), we need to concatenate the two source maps. const gen = fromMap( // version property of result.map is declared as string diff --git a/playground/vue/PreProcessors.vue b/playground/vue/PreProcessors.vue index ddb63667..c210448d 100644 --- a/playground/vue/PreProcessors.vue +++ b/playground/vue/PreProcessors.vue @@ -2,7 +2,7 @@ h2.pre-processors Pre-Processors p.pug | This is rendered from <template lang="pug"> - | and styled with <style lang="sass">. It should be megenta. + | and styled with <style lang="sass">. It should be magenta. p.pug-less | This is rendered from <template lang="pug"> | and styled with <style lang="less">. It should be green.