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

docs(webpack): fix spelling error #3030

Merged
merged 1 commit into from
Dec 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/webpack.jade
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ a(id="entries-outputs")

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

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

Expand Down