Skip to content

Commit 2636a91

Browse files
committed
[Book/internals] Fixed "Unexpected indentation" error
1 parent b79e123 commit 2636a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ each event has access to the same basic information:
208208

209209
* :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getRequestType`
210210
- returns the *type* of the request (``HttpKernelInterface::MASTER_REQUEST``
211-
or ``HttpKernelInterface::SUB_REQUEST``);
211+
or ``HttpKernelInterface::SUB_REQUEST``);
212212

213213
* :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getKernel`
214214
- returns the Kernel handling the request;

0 commit comments

Comments
 (0)