Skip to content

Commit 84282f6

Browse files
TonyCroninjamesdaily
authored andcommitted
docs(tutorial/step-4): fix typo
Closes angular#5356
1 parent 7623227 commit 84282f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_04.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ phonecatApp.controller('PhoneListCtrl', function ($scope) {
8888
record. This property is used to order phones by age.
8989

9090
* We added a line to the controller that sets the default value of `orderProp` to `age`. If we had
91-
not set the default value here, the model would stay uninitialized until our user would pick an
91+
not set the default value here, the model would stay uninitialized until our user picks an
9292
option from the drop down menu.
9393

9494
This is a good time to talk about two-way data-binding. Notice that when the app is loaded in the

0 commit comments

Comments
 (0)