Skip to content

Commit 6b5baad

Browse files
Danielpkozlowski-opensource
Daniel
authored andcommitted
docs(tutorial/step-05): fix path for 'phones.json'
Closes angular#5460
1 parent 9aab5bf commit 6b5baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_05.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ phonecatApp.controller('PhoneListCtrl', function ($scope, $http) {
6666
});
6767
```
6868

69-
`$http` makes an HTTP GET request to our web server, asking for `phone/phones.json` (the url is
69+
`$http` makes an HTTP GET request to our web server, asking for `phones/phones.json` (the url is
7070
relative to our `index.html` file). The server responds by providing the data in the json file.
7171
(The response might just as well have been dynamically generated by a backend server. To the
7272
browser and our app they both look the same. For the sake of simplicity we used a json file in this

0 commit comments

Comments
 (0)