Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8cab0ef

Browse files
paulinojFoxandxss
authored andcommitted
docs(webpack): fix spelling error (#3030)
1 parent 3c3750a commit 8cab0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/webpack.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ a(id="entries-outputs")
6161

6262
:marked
6363
Here it sees that we're importing *@angular/core* so it adds that to its dependency list for (potential) inclusion in the bundle.
64-
It opens *@angular/core* and follows _its_ network of `import` statements until it has build the complete dependency graph from `app.ts` down.
64+
It opens *@angular/core* and follows _its_ network of `import` statements until it has built the complete dependency graph from `app.ts` down.
6565

6666
Then it **outputs** these files to the `app.js` _bundle file_ designated in configuration:
6767

0 commit comments

Comments
 (0)