Commit 8f7aa2fb by Thiago Talma

Fixed typos

parent 33d6acba
<?= $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::wiget(); ?>" ?>
```
\ 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