corrected typos

This commit is contained in:
Chandan Rai
2017-08-31 01:50:33 +05:30
parent f0a1af0c46
commit 08cc50e875
7 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ going to phase out is never removed, causing redundant code smells and increased
![alt text](./etc/feature-toggle.png "Feature Toggle")
## Applicability
Use the Feature Toogle pattern when
Use the Feature Toggle pattern when
* Giving different features to different users.
* Rolling out a new feature incrementally.