8000 Fixed internals.rst syntax · symfony/symfony-docs@4fc3b6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fc3b6a

Browse files
committed
Fixed internals.rst syntax
1 parent a6b17a0 commit 4fc3b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/internals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ each event has access to the same basic information:
229229
* :method:`Symfony\\Component\\HttpKernel\\Event\\KernelEvent::getRequest`
230230
- returns the current ``Request`` being handled.
231231

232-
``IsMasterRequest()``
233-
....................
232+
``isMasterRequest()``
233+
.....................
234234

235235
The ``isMasterRequest()`` method allows listeners to check the type of the
236236
request. For instance, if a listener must only be active for master requests,

0 commit comments

Comments
 (0)
0