diff --git a/app/code/Magento/Backup/Model/ResourceModel/Db.php b/app/code/Magento/Backup/Model/ResourceModel/Db.php index f50a3c5b091ad..57748a979c08f 100644 --- a/app/code/Magento/Backup/Model/ResourceModel/Db.php +++ b/app/code/Magento/Backup/Model/ResourceModel/Db.php @@ -115,7 +115,7 @@ public function getTableForeignKeysSql($tableName = null) } /** - * Return triggers fro table(s) + * Return triggers for table(s) * * @param string|null $tableName * @param bool $addDropIfExists 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.