We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed85ec4 commit 49d03a5Copy full SHA for 49d03a5
1 file changed
docs/content/guide/directive.ngdoc
@@ -282,7 +282,7 @@ using `templateUrl` instead:
282
</file>
283
</example>
284
285
-`templateUrl` can also be a function which returns the URL of an HMTL template to be loaded and
+`templateUrl` can also be a function which returns the URL of an HTML template to be loaded and
286
used for the directive. Angular will call the `templateUrl` function with two parameters: the
287
element that the directive was called on, and an `attr` object associated with that element.
288
0 commit comments