Merge pull request #7396 from softark/docs-guide-tool-fix

Docs guide tool fix [ci skip]
This commit is contained in:
Alexander Makarov
2015-02-23 14:53:36 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ If you are using `enableStrictParsing` URL manager option, add the following to
```
> Note: the debugger stores information about each request in the `@runtime/debug` directory. If you have problems using
> The debugger such as weird error messages when using it or the toolbar not showing up or not showing any requests, check
> the debugger, such as weird error messages when using it, or the toolbar not showing up or not showing any requests, check
> whether the web server has enough permissions to access this directory and the files located inside.

View File

@ -222,8 +222,8 @@ Creating your own generators
----------------------------
Open the folder of any generator and you will see two files `form.php` and `Generator.php`.
One is the form, the second is the generator class. For create your own generator, you need to create or
override these classes in any folder. Again as in the previous paragraph customize configuration:
One is the form, the second is the generator class. In order to create your own generator, you need to create or
override these classes in any folder. Again as in the previous paragraph customize the configuration:
```php
//config/web.php for basic app