Skip to content

Commit

Permalink
docs: fix typo (#9855)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-itsheng committed Aug 29, 2022
1 parent ad7f7c6 commit c6f5556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/main.ts
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion playground/vue/PreProcessors.vue
Expand Up @@ -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.
Expand Down

0 comments on commit c6f5556

Please sign in to comment.