Skip to content

Commit 3a88079

Browse files
authored
Update README.md
Fix typo
1 parent 0685632 commit 3a88079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ countOverflowText : "Maximum %type exceeded by %d", // count overflow
135135
countOverflowContainerClass : "text-count-overflow-wrapper", // class applied to the count overflow wrapper
136136

137137
// Callback API
138-
maxunder : function(el){}, // Callback: function(element) - Fires when counter under max limit
139-
minunder : function(el){}, // Callback: function(element) - Fires when counter under min limit
138+
maxunder : function(el){}, // Callback: function(element) - Fires when counter is under max limit
139+
minunder : function(el){}, // Callback: function(element) - Fires when counter is under min limit
140140
maxcount : function(el){}, // Callback: function(element) - Fires when the counter hits the maximum word/character count
141141
mincount : function(el){}, // Callback: function(element) - Fires when the counter hits the minimum word/character count
142142
init : function(el){} // Callback: function(element) - Fires after the counter is initially setup

0 commit comments

Comments
 (0)