Skip to content

Commit dfe15dd

Browse files
author
Stephen Carraway
committed
Fixing typo in input directive and text area
1 parent e1d4a97 commit dfe15dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/input/input.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Directive, HostBinding } from "@angular/core";
55
*
66
* Example:
77
*
8-
* ```hmtl
8+
* ```html
99
* <input ibmText/>
1010
* ```
1111
*

src/input/text-area.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Directive, HostBinding } from "@angular/core";
55
*
66
* Example:
77
*
8-
* ```hmtl
8+
* ```html
99
* <textarea ibmTextArea></textarea>
1010
* ```
1111
*

0 commit comments

Comments
 (0)