Commit 452c486f by Alexander Makarov

Merge pull request #2567 from thiagotalma/master

Fixed typos
parents 33d6acba 7037769f
<?= $generator->title ?>
<?= str_repeat('=', mb_strlen($generator->title, \Yii::$app->charset)) ?>
<?= $generator->description ?>
......@@ -30,6 +31,5 @@ Usage
Once the extension is installed, simply use it in your code by :
```php
<?= "<?= \\{$generator->namespace}\\AutoloadExample::wiget(); ?>" ?>
];
<?= "<?= \\{$generator->namespace}AutoloadExample::widget(); ?>" ?>
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment