Skip to content

Commit a72f40c

Browse files
committed
Fix typos in DocBlock comment
1 parent 629654b commit a72f40c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Ui/Model/UiComponentGenerator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
use Magento\Framework\View\Element\UiComponentInterface;
1111

1212
/**
13-
* Dynamicly generate UI Component
13+
* Dynamically generate UI Component
1414
*
15-
* Sometimes we need to generate components dynamicly (not from layout).
16-
* Tha basic example, is creating widget UI component, based on CMS page or CMS block
15+
* Sometimes we need to generate components dynamically (not from layout).
16+
* The basic example, is creating widget UI component, based on CMS page or CMS block
1717
* directive
1818
*/
1919
class UiComponentGenerator

0 commit comments

Comments
 (0)