Skip to content

Commit 3d3f535

Browse files
committed
fixed typo
1 parent 20bba4c commit 3d3f535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lives::
3737
$kernel = new AppKernel('prod', false);
3838
$kernel->handle(Request::createFromGlobals())->send();
3939

40-
The kernel requires first requires the ``bootstrap.php`` file, which
40+
The kernel requires first the ``bootstrap.php`` file, which
4141
bootstraps the framework and registers the autoloader (see below).
4242

4343
Like any front controller, ``app.php`` uses a Kernel Class, ``AppKernel``, to

0 commit comments

Comments
 (0)