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: