Skip to content

Commit f40c652

Browse files
authored
[HttpKernel] Minor Fix
1 parent 5b6ff21 commit f40c652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Handling Exceptions: the ``kernel.exception`` Event
516516

517517
If an exception is thrown at any point inside ``HttpKernel::handle()``, another
518518
event - ``kernel.exception`` is thrown. Internally, the body of the ``handle()``
519-
function is wrapped in a try-catch block. When any exception is thrown, the
519+
method is wrapped in a try-catch block. When any exception is thrown, the
520520
``kernel.exception`` event is dispatched so that your system can somehow respond
521521
to the exception.
522522

0 commit comments

Comments
 (0)