From c9dd60e1ea3b8af34fe8b8ea967de07631da6112 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 4 Mar 2022 08:43:28 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Christopher Kolstad --- website/docs/api/admin/feature-toggles-api-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/admin/feature-toggles-api-v2.md b/website/docs/api/admin/feature-toggles-api-v2.md index 78e22b43cb..9cd4b6272f 100644 --- a/website/docs/api/admin/feature-toggles-api-v2.md +++ b/website/docs/api/admin/feature-toggles-api-v2.md @@ -730,7 +730,7 @@ The user's role has been successfully changed. This response has no body. ##### 400 Bad Request -You tried to change the role of only user with the `owner` role in the project: +You tried to change the role of the only user with the `owner` role in the project: ``` json [ @@ -775,7 +775,7 @@ This removes the specified role from the user in the project. Because users can ##### 200 OK -The no longer has the specified role in the project. If the user had this role prior to this API request, they will have been removed from the project. This response has no body. +The user no longer has the specified role in the project. If the user had this role prior to this API request, they will have been removed from the project. This response has no body. ##### 400 Bad Request