Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d90a796

Browse files
heathpkozlowski-opensource
authored andcommitted
docs(concespts): correct spelling and remove unnecessary word
1 parent cc042c4 commit d90a796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/concepts.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ implementing custom event callbacks, or when working with a third-party library
101101
re-rendering the DOM to reflect any changes.
102102

103103

104-
Here is the explanation of how the `Hello wold` example achieves the data-binding effect when the
104+
Here is the explanation of how the `Hello world` example achieves the data-binding effect when the
105105
user enters text into the text field.
106106

107107
1. During the compilation phase:
@@ -232,7 +232,7 @@ The separation of the controller and the view is important because:
232232

233233
<img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-model.png">
234234

235-
The model is the data which is used merged with the template to produce the view. To be able to
235+
The model is the data which is merged with the template to produce the view. To be able to
236236
render the model into the view, the model has to be able to be referenced from the scope. Unlike many
237237
other frameworks Angular makes no restrictions or requirements on the model. There are no classes
238238
to inherit from or special accessor methods for accessing or changing the model. The model can be

0 commit comments

Comments
 (0)