From 34cc3ebe7019fd13f83f6b8b340b8660ce40b2b8 Mon Sep 17 00:00:00 2001 From: John Paulino Date: Fri, 23 Dec 2016 00:12:47 -0800 Subject: [PATCH] docs(webpack): fix spelling error --- public/docs/ts/latest/guide/webpack.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/webpack.jade b/public/docs/ts/latest/guide/webpack.jade index bfc7f33999..a88095883f 100644 --- a/public/docs/ts/latest/guide/webpack.jade +++ b/public/docs/ts/latest/guide/webpack.jade @@ -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: