Skip to content

Commit 047d038

Browse files
committed
Fix typos in DocBlock comments
1 parent aef3db7 commit 047d038

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Content/Files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function getFilesCount()
7575
}
7676

7777
/**
78-
* File idetifier getter
78+
* File identifier getter
7979
*
8080
* @param \Magento\Framework\DataObject $file
8181
* @return string

app/code/Magento/Cms/Helper/Wysiwyg/Images.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Images extends \Magento\Framework\App\Helper\AbstractHelper
2525
protected $_currentUrl;
2626

2727
/**
28-
* Currenty selected store ID if applicable
28+
* Currently selected store ID if applicable
2929
*
3030
* @var int
3131
*/
@@ -246,7 +246,7 @@ public function idEncode($string)
246246
}
247247

248248
/**
249-
* Revert opration to idEncode
249+
* Revert operation to idEncode
250250
*
251251
* @param string $string
252252
* @return string

0 commit comments

Comments
 (0)