Update overview.md

Closes #6478
This commit is contained in:
Mikael Morlund 2016-01-13 22:31:21 -08:00
parent 92dc3b91d8
commit ae05ec69c4
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# Modules, barrels and bundles # 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". 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: Most bundles come in several flavors:
* regular and minified (got `.min` in their name); * regular and minified (got `.min` in their name);