diff options
| author | Brent Morrow | 2013-04-07 12:23:36 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 14:07:31 -0700 |
| commit | 941633a911c28323b765ca5d675b242c0126e572 (patch) | |
| tree | 3091ec86f77ba4a1f531f73b066552ef5c81690f /docs/content/guide/concepts.ngdoc | |
| parent | 3ec7b874838c928213bcd519b3647da5b9e6ef11 (diff) | |
| download | angular.js-941633a911c28323b765ca5d675b242c0126e572.tar.bz2 | |
docs(guide/concepts): wording change
Diffstat (limited to 'docs/content/guide/concepts.ngdoc')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 69a23ebd..a7fcfe67 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -143,8 +143,8 @@ provides the execution context for expressions. The scopes are nested in a hiera which closely follow the DOM structure. (See individual directive documentation to see which directives cause a creation of new scopes.) -The following example demonstrates how `name` {@link guide/expression expression} will evaluate -into different value depending on which scope it is evaluated in. The example is followed by +The following example demonstrates how the `name` {@link guide/expression expression} will evaluate +into a different value depending on which scope it is evaluated in. The example is followed by a diagram depicting the scope boundaries. <div class="clear"> |
