File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ chain of Event notifications (see the next section for more information about
151151each Event):
152152
1531531. Before doing anything else, the ``kernel.request `` event is notified -- if
154-  one of the listener  returns a ``Response ``, it jumps to step 8 directly;
154+  one of the listeners  returns a ``Response ``, it jumps to step 8 directly;
155155
1561562. The Resolver is called to determine the Controller to execute;
157157
@@ -173,8 +173,8 @@ each Event):
1731739. The Response is returned.
174174
175175If an Exception is thrown during processing, the ``kernel.exception `` is
176- notified and listeners are given a change  to convert the Exception to a
177- Response. If that works, the ``kernel.response `` event is notified; if not the
176+ notified and listeners are given a chance  to convert the Exception to a
177+ Response. If that works, the ``kernel.response `` event is notified; if not,  the
178178Exception is re-thrown.
179179
180180If you don't want Exceptions to be caught (for embedded requests for
                                 You can’t perform that action at this time. 
               
                  
0 commit comments