From 9e891a016855196f1fe5e658b1ba797574bd4b14 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 20 Feb 2021 17:40:30 +0900 Subject: [PATCH] Fix typo --- doc/authenticator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/authenticator.md b/doc/authenticator.md index 24347672c..1b9c154ca 100644 --- a/doc/authenticator.md +++ b/doc/authenticator.md @@ -2,7 +2,7 @@ Authentication in Controller ======== GitBucket provides many [authenticators](https://github.com/gitbucket/gitbucket/blob/master/src/main/scala/gitbucket/core/util/Authenticator.scala) to access controlling in the controller. -For example, in the case of `RepositoryViwerController`, +For example, in the case of `RepositoryViewerController`, it references three authenticators: `ReadableUsersAuthenticator`, `ReferrerAuthenticator` and `CollaboratorsAuthenticator`. ```scala @@ -57,4 +57,4 @@ Currently, GitBucket provides below authenticators: |ReadableUsersAuthenticator|readableUsersOnly|Allows only signed in users which can access the repository. | |GroupManagerAuthenticator |managersOnly |Allows only the group managers. | -Of course, if you make a new plugin, you can define a your own authenticator according to requirement in your plugin. \ No newline at end of file +Of course, if you make a new plugin, you can define a your own authenticator according to requirement in your plugin.