Skip to content

Commit c6f5556

Browse files
author
那里好脏不可以
authored
docs: fix typo (#9855)
1 parent ad7f7c6 commit c6f5556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-vue/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export async function transformMain(
162162
if (options.sourceMap) {
163163
if (scriptMap && templateMap) {
164164
// if the template is inlined into the main module (indicated by the presence
165-
// of templateMap, we need to concatenate the two source maps.
165+
// of templateMap), we need to concatenate the two source maps.
166166

167167
const gen = fromMap(
168168
// version property of result.map is declared as string

playground/vue/PreProcessors.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
h2.pre-processors Pre-Processors
33
p.pug
44
| This is rendered from <template lang="pug">
5-
| and styled with <style lang="sass">. It should be megenta.
5+
| and styled with <style lang="sass">. It should be magenta.
66
p.pug-less
77
| This is rendered from <template lang="pug">
88
| and styled with <style lang="less">. It should be green.

0 commit comments

Comments
 (0)