We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c07e268 + 29418ef commit 03a9260Copy full SHA for 03a9260
app/code/Magento/Backup/Model/ResourceModel/Db.php
@@ -115,7 +115,7 @@ public function getTableForeignKeysSql($tableName = null)
115
}
116
117
/**
118
- * Return triggers fro table(s)
+ * Return triggers for table(s)
119
*
120
* @param string|null $tableName
121
* @param bool $addDropIfExists
lib/web/mage/utils/wrapper.js
@@ -45,7 +45,7 @@ define([
45
return {
46
47
48
- * Wraps target function with a specified wrapper, which will recieve
+ * Wraps target function with a specified wrapper, which will receive
49
* reference to the original function as a first argument.
50
51
* @param {Function} target - Function to be wrapped.
0 commit comments