Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a965984

Browse files
TonyCroninpetebacondarwin
authored andcommitted
docs(tutorial/step-4): fix typo
Closes #5356
1 parent 14d3e55 commit a965984

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)