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

Commit 5642045

Browse files
authored
Update and/or configure type declarations. (#127)
1 parent 0a7e909 commit 5642045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iron-input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ interface IronInputElement extends Polymer.Element, Polymer.IronValidatableBehav
131131
_inputElement: object|null|undefined;
132132

133133
/**
134-
* Returns the distributed <input> element.
134+
* Returns the distributed input element.
135135
*
136136
*/
137137
readonly inputElement: any;

0 commit comments

Comments
 (0)