Skip to content

Commit 62a8228

Browse files
committed
Fix typos in DocBlock comments
1 parent cfa32d3 commit 62a8228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Deploy/Service/Bundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class Bundle
2424
{
2525
/**
26-
* Path to package subdirectory wher bundle files are located
26+
* Path to package subdirectory where bundle files are located
2727
*/
2828
const BUNDLE_JS_DIR = 'js/bundle';
2929

app/code/Magento/Deploy/Service/DeployPackage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DeployPackage
2828
private $appState;
2929

3030
/**
31-
* Locale resolver inetrface
31+
* Locale resolver interface
3232
*
3333
* Check if given locale code is a valid one
3434
*

0 commit comments

Comments
 (0)