Skip to content

Commit f184a50

Browse files
committed
fixed typo
1 parent 22f17c6 commit f184a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/page_creation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ about each of these directories in later chapters.
463463
Because of the autoloader, you never need to worry about using ``include``
464464
or ``require`` statements. Instead, Symfony2 uses the namespace of a class
465465
to determine its location and automatically includes the file on your
466-
behalf the instance you need a class::
466+
behalf the instant you need a class::
467467
468468
$loader->registerNamespaces(array(
469469
'Acme' => __DIR__.'/../src',

0 commit comments

Comments
 (0)