docs(webpack): fix spelling error (#3030)

This commit is contained in:
John Paulino 2016-12-23 14:47:07 -08:00 committed by Jesús Rodríguez
parent 3c3750a4d4
commit 8cab0ef007
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ a(id="entries-outputs")
:marked :marked
Here it sees that we're importing *@angular/core* so it adds that to its dependency list for (potential) inclusion in the bundle. 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: Then it **outputs** these files to the `app.js` _bundle file_ designated in configuration: