Skip to content

Commit 8802d51

Browse files
alextsgpetebacondarwin
authored andcommitted
docs(tutorial/index): improve capitalization
Improve capitalization in acronyms for better clarity.
1 parent f2c8767 commit 8802d51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/tutorial/step_06.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ about the phones in the catalog.
1616

1717
## Data
1818

19-
Note that the `phones.json` file contains unique ids and image urls for each of the phones. The
20-
urls point to the `app/img/phones/` directory.
19+
Note that the `phones.json` file contains unique IDs and image URLs for each of the phones. The
20+
URLs point to the `app/img/phones/` directory.
2121

2222
__`app/phones/phones.json`__ (sample snippet):
2323

@@ -59,7 +59,7 @@ the element attribute.
5959
We also added phone images next to each record using an image tag with the {@link
6060
ng.directive:ngSrc ngSrc} directive. That directive prevents the
6161
browser from treating the Angular `{{ expression }}` markup literally, and initiating a request to
62-
invalid url `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
62+
invalid URL `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
6363
specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).
6464
Using the `ngSrc` directive prevents the browser from making an http request to an invalid location.
6565

0 commit comments

Comments
 (0)