We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89150c commit e115342Copy full SHA for e115342
docs/content/guide/directive.ngdoc
@@ -280,7 +280,7 @@ using `templateUrl` instead:
280
</example>
281
282
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.
+If we simply put a `<my-customer>` element into the HTML, it doesn't work.
284
285
<div class="alert alert-waring">
286
**Note:** When you create a directive, it is restricted to attribute only by default. In order to
0 commit comments