Skip to content

Commit 6003820

Browse files
committed
Fix grammar
1 parent 09adf7d commit 6003820

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ be suffixed with `Handler` suffix and reside under your app's or plugin's
176176

177177
Configuration 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.

docs/Quick-start-and-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)