aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorHeath Matlock2013-03-28 20:01:09 -0500
committerPawel Kozlowski2013-04-06 23:08:52 +0200
commit5bea4c5692b82a5af62e7e80bf2f0c5f51d3106c (patch)
tree6c5857644ed7115079521e54abb595b2b13d8e3c /docs/content/guide
parent1b527b7acff122492248ef0ec4b3273c25a67aff (diff)
downloadangular.js-5bea4c5692b82a5af62e7e80bf2f0c5f51d3106c.tar.bz2
docs(concespts): correct spelling and remove unnecessary word
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/concepts.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc
index d3e4e1be..69a23ebd 100644
--- a/docs/content/guide/concepts.ngdoc
+++ b/docs/content/guide/concepts.ngdoc
@@ -101,7 +101,7 @@ implementing custom event callbacks, or when working with a third-party library
re-rendering the DOM to reflect any changes.
-Here is the explanation of how the `Hello wold` example achieves the data-binding effect when the
+Here is the explanation of how the `Hello world` example achieves the data-binding effect when the
user enters text into the text field.
1. During the compilation phase:
@@ -232,7 +232,7 @@ The separation of the controller and the view is important because:
<img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-model.png">
-The model is the data which is used merged with the template to produce the view. To be able to
+The model is the data which is merged with the template to produce the view. To be able to
render the model into the view, the model has to be able to be referenced from the scope. Unlike many
other frameworks Angular makes no restrictions or requirements on the model. There are no classes
to inherit from or special accessor methods for accessing or changing the model. The model can be