Skip to content

Commit b239305

Browse files
committed
Fixed typo
1 parent 99c5c08 commit b239305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/part1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ autoloading. The Symfony2 ClassLoader Component provides an autoloader that
150150
implements this PSR-0 standard and most of the time, the Symfony2 ClassLoader
151151
is all you need to autoload all your project classes.
152152

153-
Create and empty autoloader in a new ``autoload.php`` file:
153+
Create an empty autoloader in a new ``autoload.php`` file:
154154

155155
.. code-block:: php
156156

0 commit comments

Comments
 (0)