Commit 0e76c894 by Mark

typo fix

parent d4f8db50
......@@ -357,7 +357,7 @@ class Module extends \yii\base\Module
```
In the example above we are using wildcard for matching and then filtering each category per needed file. Instead of using `fileMap` you can simply
use convention of category mapping to the same named file and use `Module::t('validation')` or `Module::t('form)` directly.
use convention of category mapping to the same named file and use `Module::t('validation')` or `Module::t('form')` directly.
###Translating widgets messages
......
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