Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit cc2a0b6

Browse files
committed
minor #894 fix typos in upgrade file (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- fix typos in upgrade file Commits ------- c6274db fix typos
2 parents e6135ad + c6274db commit cc2a0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE-2.8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Standard Edition:
1212
- The generated `app/bootstrap.php.cache` does not include autoloading anymore.
1313
So you need to add the autoloading code in your front controllers `web/app.php`,
1414
`web/app_dev.php`, `app/console` and `app/phpunit.xml.dist` (bootstrap config).
15-
- If have been using the Symfony 3 directory structure already, you need to
16-
overwrite the cache and log directory in your `AppKernel` as it is also done
15+
- If you have been using the Symfony 3 directory structure already, you need to
16+
overwrite the cache and log directories in your `AppKernel` as it is also done
1717
in Symfony 3 now (see
1818
[`app/AppKernel.php`](https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php#L31-L44)).
1919
* The `app/AppKernel.php` is now autoloaded via composer.

0 commit comments

Comments
 (0)