diff --git a/cmd/server/docs/docs.go b/cmd/server/docs/docs.go index cac9c766b..58c3990c3 100644 --- a/cmd/server/docs/docs.go +++ b/cmd/server/docs/docs.go @@ -3407,7 +3407,7 @@ const docTemplate = `{ "tags": [ "User" ], - "summary": "Get the currently authenticaed users pipeline feed", + "summary": "Get the currently authenticated users pipeline feed", "parameters": [ { "type": "string", diff --git a/server/api/user.go b/server/api/user.go index 1785f1995..7a20da863 100644 --- a/server/api/user.go +++ b/server/api/user.go @@ -44,7 +44,7 @@ func GetSelf(c *gin.Context) { // GetFeed // -// @Summary Get the currently authenticaed users pipeline feed +// @Summary Get the currently authenticated users pipeline feed // @Description The feed lists the most recent pipeline for the currently authenticated user. // @Router /user/feed [get] // @Produce json