diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-14 21:42:18 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-11-16 12:05:55 +0200 |
commit | d2d8b935e2aee96e534543141d2f0beb449b7d79 (patch) | |
tree | a2e5879dc75dc76525461c30f386769d1f6a029c /doc/development/feature_flags.md | |
parent | 28e3a90be82ac4365195a2cd96095fbd5e1b5c2c (diff) | |
download | gitlab-ce-d2d8b935e2aee96e534543141d2f0beb449b7d79.tar.gz |
Fix typos in docs
Diffstat (limited to 'doc/development/feature_flags.md')
-rw-r--r-- | doc/development/feature_flags.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/feature_flags.md b/doc/development/feature_flags.md index 350593cc813..1019a1fd0e2 100644 --- a/doc/development/feature_flags.md +++ b/doc/development/feature_flags.md @@ -33,7 +33,7 @@ You can follow the progress on that [in the issue on our issue tracker](https:// In general, it's better to have a group- or user-based gate, and you should prefer it over the use of percentage gates. This would make debugging easier, as you -filter for example logs and errors based on actors too. Futhermore, this allows +filter for example logs and errors based on actors too. Furthermore, this allows for enabling for the `gitlab-org` group first, while the rest of the users aren't impacted. |