Skip to content

Commit bbab3e3

Browse files
committed
002de6b docs(core): fix some grammar
1 parent abe2c6b commit bbab3e3

742 files changed

Lines changed: 872 additions & 856 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Apr 18 19:13:15 UTC 2016
2-
b64672b23c7a833712d6af7b0a1835d7bd6bbed6
1+
Mon Apr 18 19:26:02 UTC 2016
2+
002de6b772070571d74c1a13b307f1da86241eea

animate.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

animate/testing.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/angular2-all-testing.umd.dev.js

Lines changed: 18 additions & 16 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.dev.js

Lines changed: 18 additions & 16 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.js

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -764,14 +764,15 @@ return /******/ (function(modules) { // webpackBootstrap
764764
/**
765765
* Declares a list of child element references.
766766
*
767-
* Angular automatically updates the list when the DOM was updated.
767+
* Angular automatically updates the list when the DOM is updated.
768768
*
769769
* `ViewChildren` takes a argument to select elements.
770770
*
771771
* - If the argument is a type, directives or components with the type will be bound.
772772
*
773-
* - If the argument is a string, the string behaviors as comma-separated selectors. For each
774-
* selector, an element matched template variables (e.g. `#child`) will be bound.
773+
* - If the argument is a string, the string is interpreted as a list of comma-separated selectors.
774+
* For each selector, an element containing the matching template variable (e.g. `#child`) will be
775+
* bound.
775776
*
776777
* View children are set before the `ngAfterViewInit` callback is called.
777778
*
@@ -842,17 +843,17 @@ return /******/ (function(modules) { // webpackBootstrap
842843
exports.ViewChildren = decorators_1.makePropDecorator(di_2.ViewChildrenMetadata);
843844
// TODO(alexeagle): remove the duplication of this doc. It is copied from ViewChildMetadata.
844845
/**
845-
* Declares a reference of child element.
846+
* Declares a reference to a child element.
846847
*
847848
* `ViewChildren` takes a argument to select elements.
848849
*
849850
* - If the argument is a type, a directive or a component with the type will be bound.
850851
*
851-
* - If the argument is a string, the string behaviors as a selectors. An element matched template
852-
* variables (e.g. `#child`) will be bound.
852+
* - If the argument is a string, the string is interpreted as a selector. An element containing the
853+
* matching template variable (e.g. `#child`) will be bound.
853854
*
854-
* In either case, `@ViewChild()` assigns the first (looking from above) element if the result is
855-
* multiple.
855+
* In either case, `@ViewChild()` assigns the first (looking from above) element if there are
856+
* multiple matches.
856857
*
857858
* View child is set before the `ngAfterViewInit` callback is called.
858859
*
@@ -1468,14 +1469,15 @@ return /******/ (function(modules) { // webpackBootstrap
14681469
/**
14691470
* Declares a list of child element references.
14701471
*
1471-
* Angular automatically updates the list when the DOM was updated.
1472+
* Angular automatically updates the list when the DOM is updated.
14721473
*
14731474
* `ViewChildren` takes an argument to select elements.
14741475
*
14751476
* - If the argument is a type, directives or components with the type will be bound.
14761477
*
1477-
* - If the argument is a string, the string behaviors as comma-separated selectors. For each
1478-
* selector, an element matched template variables (e.g. `#child`) will be bound.
1478+
* - If the argument is a string, the string is interpreted as a list of comma-separated selectors.
1479+
* For each selector, an element containing the matching template variable (e.g. `#child`) will be
1480+
* bound.
14791481
*
14801482
* View children are set before the `ngAfterViewInit` callback is called.
14811483
*
@@ -1561,11 +1563,11 @@ return /******/ (function(modules) { // webpackBootstrap
15611563
*
15621564
* - If the argument is a type, a directive or a component with the type will be bound.
15631565
*
1564-
* - If the argument is a string, the string behaviors as a selectors. An element matched template
1565-
* variables (e.g. `#child`) will be bound.
1566+
If the argument is a string, the string is interpreted as a selector. An element containing the
1567+
matching template variable (e.g. `#child`) will be bound.
15661568
*
1567-
* In either case, `@ViewChild()` assigns the first (looking from above) element if the result is
1568-
* multiple.
1569+
* In either case, `@ViewChild()` assigns the first (looking from above) element if there are
1570+
multiple matches.
15691571
*
15701572
* View child is set before the `ngAfterViewInit` callback is called.
15711573
*

common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)