Skip to content

Commit 8b0cdb1

Browse files
roryokanekazupon
authored andcommitted
Fix spelling of “Bublé” in Single File Components (#594)
reference: https://buble.surge.sh/guide/
1 parent f2d96d4 commit 8b0cdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/single-file-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As promised, we can also use preprocessors such as Jade, Babel (with ES2015 modu
3131

3232
<img src="/images/vue-component-with-preprocessors.png" style="display: block; margin: 30px auto">
3333

34-
These specific languages are just examples. You could just as easily use Buble, TypeScript, SCSS, PostCSS - or whatever other preprocessors that help you be productive.
34+
These specific languages are just examples. You could just as easily use Bublé, TypeScript, SCSS, PostCSS - or whatever other preprocessors that help you be productive.
3535

3636
<!-- TODO: include CSS modules once it's supported in vue-loader 9.x -->
3737

0 commit comments

Comments
 (0)