diff --git a/app/code/Magento/Braintree/Setup/Patch/Data/ConvertSerializedDataToJson.php b/app/code/Magento/Braintree/Setup/Patch/Data/ConvertSerializedDataToJson.php
index a0704002842ea..d08bf62da8e4f 100644
--- a/app/code/Magento/Braintree/Setup/Patch/Data/ConvertSerializedDataToJson.php
+++ b/app/code/Magento/Braintree/Setup/Patch/Data/ConvertSerializedDataToJson.php
@@ -12,7 +12,7 @@
use Magento\Framework\Setup\Patch\PatchVersionInterface;
/**
- * Convert data fro php native serialized data to JSON.
+ * Convert data from php native serialized data to JSON.
*/
class ConvertSerializedDataToJson implements DataPatchInterface, PatchVersionInterface
{
diff --git a/app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php b/app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php
index d35619bb043a0..9f35251b3f926 100644
--- a/app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php
+++ b/app/code/Magento/Bundle/Test/Unit/Pricing/Price/BundleSelectionPriceTest.php
@@ -121,7 +121,7 @@ protected function setupSelectionPrice($useRegularPrice = false)
}
/**
- * test fro method getValue with dynamic productType
+ * Test for method getValue with dynamic productType
*
* @param bool $useRegularPrice
* @dataProvider useRegularPriceDataProvider
diff --git a/app/code/Magento/Catalog/etc/adminhtml/system.xml b/app/code/Magento/Catalog/etc/adminhtml/system.xml
index e6dbb10e811b4..264e1a48de3b5 100644
--- a/app/code/Magento/Catalog/etc/adminhtml/system.xml
+++ b/app/code/Magento/Catalog/etc/adminhtml/system.xml
@@ -103,7 +103,6 @@
1Magento\Catalog\Model\Config\CatalogClone\Media\Image
-
Magento\Config\Model\Config\Backend\Imagecatalog/product/placeholdercatalog/product/placeholder
diff --git a/app/code/Magento/Config/Test/Unit/Model/_files/system_2.xml b/app/code/Magento/Config/Test/Unit/Model/_files/system_2.xml
index c4001f47ced0b..81d614a81e881 100644
--- a/app/code/Magento/Config/Test/Unit/Model/_files/system_2.xml
+++ b/app/code/Magento/Config/Test/Unit/Model/_files/system_2.xml
@@ -76,7 +76,6 @@
section/group/field4
-
diff --git a/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml b/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml
index 920c612021a1a..a726439331cb0 100644
--- a/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml
+++ b/app/code/Magento/Paypal/etc/adminhtml/system/express_checkout.xml
@@ -198,7 +198,6 @@
1
-
Get Publisher ID from PayPalMagento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard
diff --git a/app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js b/app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js
index 8990ea8d3f75b..62bd9e27c832d 100644
--- a/app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js
+++ b/app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js
@@ -47,7 +47,7 @@ define([
var buttons = controlButtonArea.childElements();
for (var i = 0; i < buttons.length; i++) {
if (buttons[i].innerHTML.include(button.label)) {
- return ;
+ return;
}
}
button.insertIn(controlButtonArea, 'top');
diff --git a/dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/_files/expected/config.xml b/dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/_files/expected/config.xml
index 671ab6e4b5619..2552d383bbcc3 100644
--- a/dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/_files/expected/config.xml
+++ b/dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/_files/expected/config.xml
@@ -767,7 +767,6 @@
1
-
Get Publisher ID from PayPalMagento\Paypal\Block\Adminhtml\System\Config\BmlApiWizard
diff --git a/lib/internal/Magento/Framework/GraphQlSchemaStitching/README.md b/lib/internal/Magento/Framework/GraphQlSchemaStitching/README.md
index da47fff7f96d4..b87cd2d7e4e7c 100644
--- a/lib/internal/Magento/Framework/GraphQlSchemaStitching/README.md
+++ b/lib/internal/Magento/Framework/GraphQlSchemaStitching/README.md
@@ -1 +1 @@
-The GraphQlSchemaStitching library contains functionality for processing GraphQl SDL schema, to be used by Graphql library to build objects fro the data generated.
+The GraphQlSchemaStitching library contains functionality for processing GraphQl SDL schema, to be used by Graphql library to build objects from the data generated.
diff --git a/lib/web/mage/utils/wrapper.js b/lib/web/mage/utils/wrapper.js
index c90d1a026b147..9d4bb045b5722 100644
--- a/lib/web/mage/utils/wrapper.js
+++ b/lib/web/mage/utils/wrapper.js
@@ -45,7 +45,7 @@ define([
return {
/**
- * Wraps target function with a specified wrapper, which will recieve
+ * Wraps target function with a specified wrapper, which will receive
* reference to the original function as a first argument.
*
* @param {Function} target - Function to be wrapped.