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

Commit f6644c7

Browse files
alextsgpkozlowski-opensource
authored andcommitted
docs(tutorial/step_08): fix capitalization
Closes #10466
1 parent 0d9aafb commit f6644c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_08.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fleshed out the `phone-detail.html` view template.
2020

2121
## Data
2222

23-
In addition to `phones.json`, the `app/phones/` directory also contains one json file for each
23+
In addition to `phones.json`, the `app/phones/` directory also contains one JSON file for each
2424
phone:
2525

2626
__`app/phones/nexus-s.json`:__ (sample snippet)
@@ -53,7 +53,7 @@ show this data in the phone detail view.
5353

5454
## Controller
5555

56-
We'll expand the `PhoneDetailCtrl` by using the `$http` service to fetch the json files. This works
56+
We'll expand the `PhoneDetailCtrl` by using the `$http` service to fetch the JSON files. This works
5757
the same way as the phone list controller.
5858

5959
__`app/js/controllers.js`:__

0 commit comments

Comments
 (0)