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

Commit 43c4029

Browse files
sijanmilangkalpak
authored andcommittedDec 7, 2015
docs(tutorial/step_08): fix tense
The original statement is in the past tense (as if it were referring to a previous step of the tutorial). The mentioned changes, however, are being done in this setp. Closes #13452
1 parent 55ac985 commit 43c4029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/content/tutorial/step_08.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ phone in the phone list.
1212
* When you click on a phone on the list, the phone details page with phone-specific information
1313
is displayed.
1414

15-
To implement the phone details view we used {@link ng.$http $http} to fetch our data, and we
16-
fleshed out the `phone-detail.html` view template.
15+
To implement the phone details view we are going to use {@link ng.$http $http} to fetch our data,
16+
and then flesh out the `phone-detail.html` view template.
1717

1818
<div doc-tutorial-reset="8"></div>
1919

0 commit comments

Comments
 (0)
This repository has been archived.