From 7a01aebf88b9313021b945f102e3cee2cf051d6e Mon Sep 17 00:00:00 2001 From: Jacob Burrell Date: Mon, 13 Nov 2023 18:34:11 -0800 Subject: [PATCH] Fix grammar in documentation: Change "Customing authorization" to "Customizing Authorization" --- docs/Development/Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Development/Plugins.md b/docs/Development/Plugins.md index e09f9f91ad..5048f41ca3 100644 --- a/docs/Development/Plugins.md +++ b/docs/Development/Plugins.md @@ -250,7 +250,7 @@ To show certain parts of the UI depending on the permissions the user has, you c ``` -#### Customing authorization +#### Customizing Authorization You can also define your own `AuthenticationSchemes` and `Policies` within the `Execute` method of the plugin base class: