Skip to content

Commit ee61eda

Browse files
authored
Merge pull request #580 from skipperbent/v4-development
Updated documentation
2 parents b17ba06 + 471bbe1 commit ee61eda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can donate any amount of your choice by [clicking here](https://www.paypal.c
6262
- [ExceptionHandlers](#exceptionhandlers)
6363
- [Handling 404, 403 and other errors](#handling-404-403-and-other-errors)
6464
- [Using custom exception handlers](#using-custom-exception-handlers)
65-
- [Stop merge of parent exception-handlers](#stop-merge-of-parent-exception-handlers)
65+
- [Prevent merge of parent exception-handlers](#prevent-merge-of-parent-exception-handlers)
6666
- [Urls](#urls)
6767
- [Get the current url](#get-the-current-url)
6868
- [Get by name (single route)](#get-by-name-single-route)
@@ -1026,7 +1026,7 @@ SimpleRouter::group(['exceptionHandler' => \Demo\Handlers\CustomExceptionHandler
10261026
});
10271027
```
10281028

1029-
### Stop merge of parent exception-handlers
1029+
### Prevent merge of parent exception-handlers
10301030

10311031
By default the router will merge exception-handlers to any handlers provided by parent groups, and will be executed in the order of newest to oldest.
10321032

@@ -1048,7 +1048,7 @@ SimpleRouter::group(['prefix' => '/', 'exceptionHandler' => \Demo\Handlers\First
10481048
});
10491049

10501050
});
1051-
``.
1051+
```
10521052

10531053
---
10541054

0 commit comments

Comments
 (0)