We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba992f9 commit b64c0fbCopy full SHA for b64c0fb
UPGRADE.md
@@ -31,7 +31,7 @@ Doctrine & Project configuration
31
--------------------------------
32
33
Previously, you were able to configure doctrine in your `/config/ProjectConfiguration.class.php` using the method `configureDoctrine`.
34
-This method isn't called anymore. You know need to connect to the `doctrine.configure` event:
+This method isn't called anymore. You now need to connect to the `doctrine.configure` event:
35
36
```php
37
<?php
0 commit comments