diff --git a/website/docs/reference/change-requests.md b/website/docs/reference/change-requests.md index 50186cfed29..30eeef4ec66 100644 --- a/website/docs/reference/change-requests.md +++ b/website/docs/reference/change-requests.md @@ -80,8 +80,8 @@ There is no permission to create change requests: **Anyone can create change req ### Circumventing change requests -The **skip change requests** permission allows users to bypass the change request flow when calling the API directly. Users with this permission can change feature toggles directly (they are of course still limited by any other permissions they have). This permission does **not** allow users to bypass the change request flow in the admin UI. +The **skip change requests** permission allows users to bypass the change request flow. Users with this permission can change feature toggles directly (they are of course still limited by any other permissions they have). -The skip change requests permission was designed specifically to allow automation of Unleash. Specifically, we wanted to make it possible to quickly and automatically turn something off in the event that a feature release didn't go as expected or was causing issues. +The skip change requests permission was designed to make it possible to quickly turn something off in the event that a feature release didn't go as expected or was causing issues. The skip change requests permission does **not** grant any other permissions, so to be allowed to do things as enabling/disabling a toggle, the user will still need the explicit permissions to do that too. diff --git a/website/docs/reference/deploy/environment-import-export.mdx b/website/docs/reference/deploy/environment-import-export.mdx index 5522c5fd16b..6a61b13701b 100644 --- a/website/docs/reference/deploy/environment-import-export.mdx +++ b/website/docs/reference/deploy/environment-import-export.mdx @@ -33,7 +33,7 @@ Additionally, these global configuration items are exported: * [custom context fields](../unleash-context.md#custom-context-fields) * [feature tag types](../tags.md#tag-types) -Importantly, while references to [segments](../segments.mdx)) are exported, the segments themselves are **not** exported. Consult the [import rejection](#import-rejection) section for more information. +Importantly, while references to [segments](../segments.mdx) are exported, the segments themselves are **not** exported. Consult the [import rejection](#import-rejection) section for more information. ## Export