From a53f6767ac7b70c8919c2ab8e0c2b9aef0160517 Mon Sep 17 00:00:00 2001 From: Dmitry Lebedev Date: Fri, 23 Jul 2021 15:23:43 +0300 Subject: [PATCH] Fix typo (#899) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1de44a3f70..1048445c7b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ In addition there exists a good list of [community developed SDKs](https://docs. ## What is a feature toggle? -The main motivation for doing feature toggling is to decouple the process for deploying code to production and releasing new features. This helps reducing risk, and allow us to easily manage which features to enable, and have full control off how we exposed the new feature for. +The main motivation for doing feature toggling is to decouple the process for deploying code to production and releasing new features. This helps reducing risk, and allow us to easily manage which features to enable, and have full control of how we exposed the new feature for. > Feature toggles decouple **deployment** of code from **release** of new features