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

Commit 49d03a5

Browse files
alexnortonbtford
authored andcommitted
docs(guide/directive): fix typo
1 parent ed85ec4 commit 49d03a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ using `templateUrl` instead:
282282
</file>
283283
</example>
284284

285-
`templateUrl` can also be a function which returns the URL of an HMTL template to be loaded and
285+
`templateUrl` can also be a function which returns the URL of an HTML template to be loaded and
286286
used for the directive. Angular will call the `templateUrl` function with two parameters: the
287287
element that the directive was called on, and an `attr` object associated with that element.
288288

0 commit comments

Comments
 (0)