From ae05ec69c418ccbd3bf96f9e58034c27a9f1d4c6 Mon Sep 17 00:00:00 2001 From: Mikael Morlund Date: Wed, 13 Jan 2016 22:31:21 -0800 Subject: [PATCH] Update overview.md Closes #6478 --- modules/angular2/docs/bundles/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/angular2/docs/bundles/overview.md b/modules/angular2/docs/bundles/overview.md index 25dd4b9d46..1cb8847de8 100644 --- a/modules/angular2/docs/bundles/overview.md +++ b/modules/angular2/docs/bundles/overview.md @@ -8,7 +8,7 @@ # Modules, barrels and bundles Angular2 source code is authored using the ES2015 standardized module format where one module corresponds to exactly one file. Multiple modules (files) can be logically grouped into so-called "barrels". - A bundle is a file the contains all the code for one or more barrels. + A bundle is a file that contains all the code for one or more barrels. Most bundles come in several flavors: * regular and minified (got `.min` in their name); @@ -89,4 +89,4 @@ Depending on if you are using Angular bundles or not you can either use RxJS bun ## ES6 shims (optional) -Users of pre-ES6 browsers might need to add an ES6 shim (e.g. [es6-shim](https://github.com/paulmillr/es6-shim)) \ No newline at end of file +Users of pre-ES6 browsers might need to add an ES6 shim (e.g. [es6-shim](https://github.com/paulmillr/es6-shim))