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

Commit e115342

Browse files
zhongliangongtbosch
authored andcommitted
docs(directives): Fixed typo from HMTL to HTML in line 283
HTML was mis-spelt as HMTL
1 parent e89150c commit e115342

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
@@ -280,7 +280,7 @@ using `templateUrl` instead:
280280
</example>
281281

282282
Great! But what if we wanted to have our directive match the tag name `<my-customer>` instead?
283-
If we simply put a `<my-customer>` element into the HMTL, it doesn't work.
283+
If we simply put a `<my-customer>` element into the HTML, it doesn't work.
284284

285285
<div class="alert alert-waring">
286286
**Note:** When you create a directive, it is restricted to attribute only by default. In order to

0 commit comments

Comments
 (0)