Skip to content

Commit 2d1f892

Browse files
committed
fix formatting in comment block
1 parent a43536b commit 2d1f892

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,9 +1103,9 @@ The factory function receives a `resolve` callback, which should be called when
11031103

11041104
``` js
11051105
Vue.component('async-webpack-example', function (resolve) {
1106-
// this special require syntax will instruct webpack to
1106+
// This special require syntax will instruct Webpack to
11071107
// automatically split your built code into bundles which
1108-
// are automatically loaded over ajax requests.
1108+
// are loaded over Ajax requests.
11091109
require(['./my-async-component'], resolve)
11101110
})
11111111
```

0 commit comments

Comments
 (0)