Skip to content

Commit fb6e7a9

Browse files
ENGCOM-4551: Correct spelling #21884
- Merge Pull Request #21884 from ravi-chandra3197/magento2:patch-typographical-21 - Merged commits: 1. bfb28ab
2 parents 8f45cf8 + bfb28ab commit fb6e7a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/internal/Magento/Framework/Setup/OldDbValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Old Validator for database
1515
*
16-
* Used in order to support backward compatability of modules that are installed
16+
* Used in order to support backward compatibility of modules that are installed
1717
* in old way (with Install/Upgrade Schema/Data scripts)
1818
*/
1919
class OldDbValidator implements UpToDateValidatorInterface

lib/web/mage/adminhtml/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ define([
1212

1313
/**
1414
* Set of a temporary methods used to provide
15-
* backward compatability with a legacy code.
15+
* backward compatibility with a legacy code.
1616
*/
1717
window.setLocation = function (url) {
1818
window.location.href = url;

0 commit comments

Comments
 (0)