aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_04.ngdoc
diff options
context:
space:
mode:
authorTony Cronin2013-12-10 16:32:59 +0000
committerPete Bacon Darwin2013-12-19 13:24:19 +0000
commita965984733d4215c20edfbb2e3576971b5be75ff (patch)
treec03d7b0bdeb8478d415de31c97702c66dd3d0cc6 /docs/content/tutorial/step_04.ngdoc
parent14d3e559d45e606a1e96860ebb28d65656ff334a (diff)
downloadangular.js-a965984733d4215c20edfbb2e3576971b5be75ff.tar.bz2
docs(tutorial/step-4): fix typo
Closes #5356
Diffstat (limited to 'docs/content/tutorial/step_04.ngdoc')
-rw-r--r--docs/content/tutorial/step_04.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc
index c2edf573..72c89b6d 100644
--- a/docs/content/tutorial/step_04.ngdoc
+++ b/docs/content/tutorial/step_04.ngdoc
@@ -88,7 +88,7 @@ phonecatApp.controller('PhoneListCtrl', function ($scope) {
record. This property is used to order phones by age.
* We added a line to the controller that sets the default value of `orderProp` to `age`. If we had
-not set the default value here, the model would stay uninitialized until our user would pick an
+not set the default value here, the model would stay uninitialized until our user picks an
option from the drop down menu.
This is a good time to talk about two-way data-binding. Notice that when the app is loaded in the