From 92349b5561d945a4b7106ed53b6ffd71f53227c2 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 23 Feb 2022 10:36:50 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christopher Kolstad --- website/docs/api/admin/feature-toggles-api-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/admin/feature-toggles-api-v2.md b/website/docs/api/admin/feature-toggles-api-v2.md index 8af81c3c3c..32cea43f3d 100644 --- a/website/docs/api/admin/feature-toggles-api-v2.md +++ b/website/docs/api/admin/feature-toggles-api-v2.md @@ -714,7 +714,7 @@ Authorization:$KEY DELETE /api/admin/projects/:projectId/users/:userId/roles/:roleId ``` -This will remove the specified from user from the project. The user _must_ have the role indicated by the `:roleId` URL parameter for the request to succeed. +This will remove the specified user from the project. The user _must_ have the role indicated by the `:roleId` URL parameter for the request to succeed. #### URL parameters