Skip to content

Commit d93a02a

Browse files
ENGCOM-2170: Fixed spell issue in library #16495
2 parents e1c5225 + d76507f commit d93a02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/modernizr/modernizr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ window.Modernizr = (function( window, document, undefined ) {
878878

879879
// We first check to see if the type we give it sticks..
880880
// If the type does, we feed it a textual value, which shouldn't be valid.
881-
// If the value doesn't stick, we know there's input sanitization which infers a custom UI
881+
// If the value doesn't stick, we know there's input sanitizationfi which infers a custom UI
882882
if ( bool ) {
883883

884884
inputElem.value = smile;

0 commit comments

Comments
 (0)