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

Commit cf972fd

Browse files
ammills01Narretz
authored andcommitted
docs(tutorial/6 - Templating Links): fix grammar
Corrected the grammar on line 62 by adding the word 'an' which forced me to move 'only' down to line 63. Closes #13651
1 parent ffc3115 commit cf972fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_06.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ 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
63-
specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).
62+
an invalid URL `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had
63+
only 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

6666

0 commit comments

Comments
 (0)