Skip to content

Commit b93c118

Browse files
committed
merged branch jdreesen/patch-1 (PR #2)
Commits ------- b239305 Fixed typo Discussion ---------- Fixed typo
2 parents 269c6ce + b239305 commit b93c118

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)