From 09f1a06267f01c4714bba2b34895115cc394b9e4 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 20 Feb 2021 17:41:50 +0900 Subject: [PATCH] Update authenticator.md --- doc/authenticator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authenticator.md b/doc/authenticator.md index f89d647f5..c2ff2ddfc 100644 --- a/doc/authenticator.md +++ b/doc/authenticator.md @@ -25,7 +25,7 @@ Authenticators provide a method to add guard to actions in the controller: - `ReferrerAuthenticator` provides `referrersOnly` method - `CollaboratorsAuthenticator` provides `collaboratorsOnly` method -These methods are available in each actions as below: +These methods are available in each action as below: ```scala // Allows only the repository owner (or manager for group repository) and administrators.