Skip to content

Commit ffb2eae

Browse files
author
Stanislav Idolov
authored
ENGCOM-2867: [Forwardport] Correct spelling mistakes in Model and library files. #17743
2 parents 94fd804 + ed26e05 commit ffb2eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/Code/GeneratedFiles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ private function disableAllCacheTypes()
180180
}
181181

182182
/**
183-
* Enables apppropriate cache types in app/etc/env.php based on the passed in $cacheTypes array
183+
* Enables appropriate cache types in app/etc/env.php based on the passed in $cacheTypes array
184184
* TODO: to be removed in scope of MAGETWO-53476
185185
*
186186
* @param string[] $cacheTypes

lib/web/modernizr/modernizr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ window.Modernizr = (function( window, document, undefined ) {
169169
// isEventSupported determines if a given element supports the given event
170170
// kangax.github.com/iseventsupported/
171171
//
172-
// The following results are known incorrects:
172+
// The following results are known incorrect:
173173
// Modernizr.hasEvent("webkitTransitionEnd", elem) // false negative
174174
// Modernizr.hasEvent("textInput") // in Webkit. github.com/Modernizr/Modernizr/issues/333
175175
// ...

0 commit comments

Comments
 (0)