We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c5c08 commit b239305Copy full SHA for b239305
book/part1.rst
@@ -150,7 +150,7 @@ autoloading. The Symfony2 ClassLoader Component provides an autoloader that
150
implements this PSR-0 standard and most of the time, the Symfony2 ClassLoader
151
is all you need to autoload all your project classes.
152
153
-Create and empty autoloader in a new ``autoload.php`` file:
+Create an empty autoloader in a new ``autoload.php`` file:
154
155
.. code-block:: php
156
0 commit comments