X Tutup
Skip to content

Commit ae05ec6

Browse files
committed
Update overview.md
Closes angular#6478
1 parent 92dc3b9 commit ae05ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/angular2/docs/bundles/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Modules, barrels and bundles
99

1010
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".
11-
A bundle is a file the contains all the code for one or more barrels.
11+
A bundle is a file that contains all the code for one or more barrels.
1212

1313
Most bundles come in several flavors:
1414
* 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
8989

9090
## ES6 shims (optional)
9191

92-
Users of pre-ES6 browsers might need to add an ES6 shim (e.g. [es6-shim](https://github.com/paulmillr/es6-shim))
92+
Users of pre-ES6 browsers might need to add an ES6 shim (e.g. [es6-shim](https://github.com/paulmillr/es6-shim))

0 commit comments

Comments
 (0)
X Tutup