File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/code/Magento/Ui/view/base/web/js/grid
dev/tests/integration/testsuite/Magento/Tax/Model Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ define([
259
259
* Returns identifier of a record.
260
260
*
261
261
* @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
263
263
* kind of identifier we are dealing with.
264
264
* @returns {* }
265
265
*/
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ define([
257
257
/**
258
258
* Creates filter component configuration associated with the provided column.
259
259
*
260
- * @param {Column } column - Column component whith a basic filter declaration.
260
+ * @param {Column } column - Column component with a basic filter declaration.
261
261
* @returns {Object } Filters' configuration.
262
262
*/
263
263
buildFilter : function ( column ) {
@@ -331,7 +331,7 @@ define([
331
331
} ,
332
332
333
333
/**
334
- * Finds filters whith a not empty data
334
+ * Finds filters with a not empty data
335
335
* and sets them to the 'active' filters array.
336
336
*
337
337
* @returns {Filters } Chainable.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public function testSave()
109
109
* @expectedExceptionMessage No such entity with taxRuleId = 9999
110
110
* @magentoDbIsolation enabled
111
111
*/
112
- public function testSaveThrowsExceptionIdTargetTaxRulDoesNotExist ()
112
+ public function testSaveThrowsExceptionIdIfTargetTaxRuleDoesNotExist ()
113
113
{
114
114
$ taxRuleDataObject = $ this ->taxRuleFactory ->create ();
115
115
$ taxRuleDataObject ->setId (9999 )
You can’t perform that action at this time.
0 commit comments