Skip to content

Commit 1447abf

Browse files
dharikyyx990803
authored andcommitted
Fixed typo (#931)
1 parent dfa0b9c commit 1447abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/advanced/lazy-loading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When building apps with a bundler, the JavaScript bundle can become quite large
55
Combining Vue's [async component feature](http://vuejs.org/guide/components.html#Async-Components) and Webpack's [code splitting feature](https://webpack.github.io/docs/code-splitting.html), it's trivially easy to
66
lazy-load route components.
77

8-
All we need to do is defining our route components as async components:
8+
All we need to do is define our route components as async components:
99

1010
``` js
1111
const Foo = resolve => {

0 commit comments

Comments
 (0)