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.
1 parent cfa32d3 commit 62a8228Copy full SHA for 62a8228
app/code/Magento/Deploy/Service/Bundle.php
@@ -23,7 +23,7 @@
23
class Bundle
24
{
25
/**
26
- * Path to package subdirectory wher bundle files are located
+ * Path to package subdirectory where bundle files are located
27
*/
28
const BUNDLE_JS_DIR = 'js/bundle';
29
app/code/Magento/Deploy/Service/DeployPackage.php
@@ -28,7 +28,7 @@ class DeployPackage
private $appState;
30
31
- * Locale resolver inetrface
+ * Locale resolver interface
32
*
33
* Check if given locale code is a valid one
34
0 commit comments