Skip to content

Commit 84487b6

Browse files
Obura Tongoiyyx990803
authored andcommitted
Minor typo (#387)
Change traspile to transpile
1 parent 43e3319 commit 84487b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/features/es2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424

2525
We are using ES2015's Object literal shorthand here to define the child components. `{ ComponentA }` is simply shorthand for `{ ComponentA: ComponentA }`. Vue will automatically convert the key to `component-a`, so you can use the imported component in the template as `<component-a>`.
2626

27-
### Traspiling Normal `.js` Files
27+
### Transpiling Normal `.js` Files
2828

2929
Since `vue-loader` only processes `*.vue` files, you'd need to tell Webpack to process normal `*.js` files with `babel-loader` or `buble-loader` in the Webpack config file. The project scaffolded with `vue-cli` already does it for you.
3030

0 commit comments

Comments
 (0)