From e4e8d12ca708188618d04fe5acaa772278d0b3cd Mon Sep 17 00:00:00 2001 From: jonkjenn Date: Mon, 15 Nov 2021 22:36:25 +0100 Subject: [PATCH] Docs: Update feature-toggles-api.md (#1105) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivar Conradi Ă˜sthus --- website/docs/api/admin/feature-toggles-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/admin/feature-toggles-api.md b/website/docs/api/admin/feature-toggles-api.md index 04be2b504d..43073669af 100644 --- a/website/docs/api/admin/feature-toggles-api.md +++ b/website/docs/api/admin/feature-toggles-api.md @@ -220,7 +220,7 @@ Removes the specified tag from the `(type, value)` tuple from the Feature Toggle `DELETE: http://unleash.host.com/api/admin/features/:toggleName` -Used to archive a feature toggle. A feature toggle can never be totally be deleted, but can be archived. This is a design decision to make sure that a old feature toggle suddenly reappears becuase someone else re-using the same name. +Used to archive a feature toggle. A feature toggle can never be totally be deleted, but can be archived. This is a design decision to make sure that a old feature toggle does not suddenly reappear because someone else is re-using the same name. ### Enable a Feature Toggle {#enable-a-feature-toggle}