Skip to content

Commit bb640a7

Browse files
ENGCOM-2609: Fixed a couple of typos #17293
- Merge Pull Request #17293 from dverkade/magento2:2.3-fix-typos-in-test-name - Merged commits: 1. c5499a3
2 parents b22e64d + c5499a3 commit bb640a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/multiselect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ define([
259259
* Returns identifier of a record.
260260
*
261261
* @param {*} id - Id of a record or its' index in a rows array.
262-
* @param {Boolean} [isIndex=false] - Flag that specifies whith what
262+
* @param {Boolean} [isIndex=false] - Flag that specifies with what
263263
* kind of identifier we are dealing with.
264264
* @returns {*}
265265
*/

app/code/Magento/Ui/view/base/web/js/grid/filters/filters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ define([
257257
/**
258258
* Creates filter component configuration associated with the provided column.
259259
*
260-
* @param {Column} column - Column component whith a basic filter declaration.
260+
* @param {Column} column - Column component with a basic filter declaration.
261261
* @returns {Object} Filters' configuration.
262262
*/
263263
buildFilter: function (column) {
@@ -331,7 +331,7 @@ define([
331331
},
332332

333333
/**
334-
* Finds filters whith a not empty data
334+
* Finds filters with a not empty data
335335
* and sets them to the 'active' filters array.
336336
*
337337
* @returns {Filters} Chainable.

dev/tests/integration/testsuite/Magento/Tax/Model/TaxRuleRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function testSave()
109109
* @expectedExceptionMessage No such entity with taxRuleId = 9999
110110
* @magentoDbIsolation enabled
111111
*/
112-
public function testSaveThrowsExceptionIdTargetTaxRulDoesNotExist()
112+
public function testSaveThrowsExceptionIdIfTargetTaxRuleDoesNotExist()
113113
{
114114
$taxRuleDataObject = $this->taxRuleFactory->create();
115115
$taxRuleDataObject->setId(9999)

0 commit comments

Comments
 (0)