There was an error while loading. Please reload this page.
1 parent 22f17c6 commit f184a50Copy full SHA for f184a50
book/page_creation.rst
@@ -463,7 +463,7 @@ about each of these directories in later chapters.
463
Because of the autoloader, you never need to worry about using ``include``
464
or ``require`` statements. Instead, Symfony2 uses the namespace of a class
465
to determine its location and automatically includes the file on your
466
- behalf the instance you need a class::
+ behalf the instant you need a class::
467
468
$loader->registerNamespaces(array(
469
'Acme' => __DIR__.'/../src',
0 commit comments