File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,4 +176,4 @@ be suffixed with `Handler` suffix and reside under your app's or plugin's
176176
177177Configuration options are passed to the handler's ` handle() ` method as the last parameter.
178178
179- Handlers catch only those exceptions which extend ` Authorization\Exception\Exception ` class.
179+ Handlers catch only those exceptions which extend the ` Authorization\Exception\Exception ` class.
Original file line number Diff line number Diff line change @@ -82,6 +82,6 @@ the [identity stored in the request](./Checking-Authorization.md).
8282
8383* [ Create a Policy] ( /docs/Policies.md )
8484* [ Choose a Policy Resolver] ( /docs/Policy-Resolvers.md )
85- * [ Use the Middleware] ( /docs/Middleware.md )
86- * [ Use the Component] ( /docs/Component.md )
85+ * [ Using the Middleware] ( /docs/Middleware.md )
86+ * [ Using the Component] ( /docs/Component.md )
8787* [ Checking Authorization] ( /docs/Checking-Authorization.md )
You can’t perform that action at this time.
0 commit comments