Skip to content

Commit 920daf5

Browse files
committed
Fixed a couple of spelling mistakes
1 parent 45a7e0c commit 920daf5

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

app/code/Magento/Catalog/view/adminhtml/web/js/product/weight-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ define([
6767
},
6868

6969
/**
70-
* Has weight swither
70+
* Has weight switcher
7171
* @returns {*}
7272
*/
7373
hasWeightSwither: function () {

app/code/Magento/Signifyd/Test/Unit/Controller/Webhooks/HandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected function setUp()
140140
}
141141

142142
/**
143-
* Successfull case
143+
* Successful case
144144
*/
145145
public function testExecuteSuccessfully()
146146
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ define([
4646
}
4747

4848
/**
49-
* Creates observable propery using 'track' method.
49+
* Creates observable property using 'track' method.
5050
*
5151
* @param {Object} obj - Object to whom property belongs.
5252
* @param {String} key - Key of the property.

dev/tests/functional/tests/app/Magento/Widget/Test/Constraint/AssertWidgetCmsPageLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class AssertWidgetCmsPageLink extends AbstractConstraint
1919
{
2020
/**
21-
* Assert that created widget displayed on frontent on Home page and on Advanced Search and
21+
* Assert that created widget displayed on frontend on Home page and on Advanced Search and
2222
* after click on widget link on frontend system redirects you to cms page.
2323
*
2424
* @param CmsIndex $cmsIndex

dev/tests/integration/testsuite/Magento/Framework/App/Utility/_files/fixtures/theme/registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
\Magento\Framework\Component\ComponentRegistrar::register(
88
\Magento\Framework\Component\ComponentRegistrar::THEME,
9-
'frontent/Test/theme',
9+
'frontend/Test/theme',
1010
__DIR__
1111
);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
module Magento_Module *
2-
theme frontent/Test/theme One*
2+
theme frontend/Test/theme One*

dev/tests/static/framework/Magento/Sniffs/Less/PropertiesLineBreakSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function process(File $phpcsFile, $stackPtr)
4646
}
4747

4848
if ($tokens[$prevPtr]['line'] === $tokens[$stackPtr]['line']) {
49-
$error = 'Each propery must be on a line by itself';
49+
$error = 'Each property must be on a line by itself';
5050
$phpcsFile->addError($error, $stackPtr, 'SameLine');
5151
}
5252
}

lib/internal/Magento/Framework/DB/Test/Unit/Adapter/Pdo/MysqlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public function testAsymmetricRollBackSuccess()
290290
}
291291

292292
/**
293-
* Test successfull nested transaction
293+
* Test successful nested transaction
294294
*/
295295
public function testNestedTransactionCommitSuccess()
296296
{
@@ -312,7 +312,7 @@ public function testNestedTransactionCommitSuccess()
312312
}
313313

314314
/**
315-
* Test successfull nested transaction
315+
* Test successful nested transaction
316316
*/
317317
public function testNestedTransactionRollBackSuccess()
318318
{
@@ -334,7 +334,7 @@ public function testNestedTransactionRollBackSuccess()
334334
}
335335

336336
/**
337-
* Test successfull nested transaction
337+
* Test successful nested transaction
338338
*/
339339
public function testNestedTransactionLastRollBack()
340340
{

lib/web/mage/utils/objects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ define([
8383
* @private
8484
*
8585
* @param {Object} parent - Object from which to remove property.
86-
* @param {Array} path - Splitted path to the propery.
86+
* @param {Array} path - Splitted path to the property.
8787
*/
8888
function removeNested(parent, path) {
8989
var field = path.pop();

lib/web/mage/validation/url.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ define([], function () {
4242
/**
4343
* Sanitize url, replacing disallowed chars
4444
*
45-
* @param {Sring} path - url to be normalized
45+
* @param {String} path - url to be normalized
4646
* @returns {String}
4747
*/
4848
sanitize: function (path) {

0 commit comments

Comments
 (0)