Skip to content

Commit 17c5244

Browse files
author
elevatebart
committed
chore: update comment
1 parent 7f5da78 commit 17c5244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default defineComponent({
147147
// if the compiled code contains a script it might be "just" a script
148148
// if so, change scheme used by editor
149149
// NOTE: vsg is a superset of JavaScript allowing
150-
// the template to succeed literally code, very useful for examples
150+
// the template to add javascript code above the template without fluff, very useful for examples
151151
// NOTE2: vsg stands for vue-styleguidist
152152
this.$emit("detect-language", isCodeVueSfc(code) ? "vue" : "vsg");
153153

0 commit comments

Comments
 (0)