Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 9a3c72b

Browse files
committed
fixes #41
1 parent ad7aeff commit 9a3c72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-input.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
* Forwards to the internal input / textarea element and updates state.
495495
*
496496
* @method setCustomValidity
497-
* @param {number} message
497+
* @param {String} message
498498
*/
499499
setCustomValidity: function(message) {
500500
this.$.input.setCustomValidity(message);

0 commit comments

Comments
 (0)