Skip to content

Commit 9b5590c

Browse files
authored
ENGCOM-4048: Krishna221993 patch 1 typo fixed #20775
2 parents c12f039 + 112d9dd commit 9b5590c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced/Collection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*
2222
* This collection should be refactored to not have dependencies on MySQL-specific implementation.
2323
*
24+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
2425
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2526
* @api
2627
* @since 100.0.2
@@ -296,7 +297,7 @@ private function getSearchCriteriaBuilder()
296297
}
297298

298299
/**
299-
* Get fielter builder.
300+
* Get filter builder.
300301
*
301302
* @return FilterBuilder
302303
*/

app/code/Magento/Ui/view/base/web/js/lib/core/collection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ define([
310310
* @private
311311
*
312312
* @param {Array} args - An array of arguments to pass to the next delegation call.
313-
* @returns {Array} An array of delegation resutls.
313+
* @returns {Array} An array of delegation results.
314314
*/
315315
_delegate: function (args) {
316316
var result;

0 commit comments

Comments
 (0)