Skip to content

Commit 586f884

Browse files
committed
Minor edit.
1 parent f8db9f6 commit 586f884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/tabbable-anchor-angular7/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Component } from "@angular/core";
2121
<a (click)="logClick( 'Item four' )">Item Four</a>
2222
</p>
2323
24-
<!-- NOTE: The [x-no-tabbing] attribute will cause demo Directive to not omitted. -->
24+
<!-- NOTE: The [x-no-tabbing] attribute will cause demo Directive to be omitted. -->
2525
<p class="actions">
2626
<a x-no-tabbing (click)="logClick( 'Item one' )">Item One</a>
2727
<a x-no-tabbing (click)="logClick( 'Item two' )">Item Two</a>

0 commit comments

Comments
 (0)