From e04f9b76d694837222b4de2cdbd303bf84dc9c52 Mon Sep 17 00:00:00 2001 From: iChemy Date: Mon, 13 Mar 2023 20:23:51 +0900 Subject: [PATCH] :pencil2: fix typo --- router/users.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/users.go b/router/users.go index 7f75981c..cc7b4f55 100644 --- a/router/users.go +++ b/router/users.go @@ -80,7 +80,7 @@ func (h *Handlers) HandleSyncUser(c echo.Context) error { return c.NoContent(http.StatusCreated) } -// 権限のあるユーザーがないユーザに権限を付与 +// 権限のあるユーザーがないユーザーに権限を付与 func (h *Handlers) HandleGrantPrivlege(c echo.Context) error { userID, err := getPathUserID(c) if err != nil {