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

Commit 6553fe6

Browse files
brettcannonbtford
authored andcommitted
fix(docs): Capitalize "URL".
1 parent 13b5fd1 commit 6553fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_10.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function PhoneDetailCtrl($scope, $routeParams, $http) {
4040
</pre>
4141

4242
In the `PhoneDetailCtrl` controller, we created the `mainImageUrl` model property and set its
43-
default value to the first phone image url.
43+
default value to the first phone image URL.
4444

4545
We also created a `setImage` event handler function that will change the value of `mainImageUrl`.
4646

@@ -66,7 +66,7 @@ We bound the `ngSrc` directive of the large image to the `mainImageUrl` property
6666
We also registered an {@link api/ng.directive:ngClick `ngClick`}
6767
handler with thumbnail images. When a user clicks on one of the thumbnail images, the handler will
6868
use the `setImage` event handler function to change the value of the `mainImageUrl` property to the
69-
url of the thumbnail image.
69+
URL of the thumbnail image.
7070

7171
<div style="display: none">
7272
TODO!

0 commit comments

Comments
 (0)