Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 12:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 12:09:18 +0300
commit0d8bcdf77d609b3624541de767a0129aa0b7e8d2 (patch)
tree40a5aebae63c322c38660537adc433fc80dbb46d /doc/development/ee_features.md
parentc99b40d5a7f93e2d51c3716676ff7c345ca19f06 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/ee_features.md')
-rw-r--r--doc/development/ee_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/ee_features.md b/doc/development/ee_features.md
index 13cdf2c0c08..d3908e4e293 100644
--- a/doc/development/ee_features.md
+++ b/doc/development/ee_features.md
@@ -72,7 +72,7 @@ To guard your licensed feature:
```
1. Optional. If your global feature is also available to namespaces with a paid plan, combine two
-feature identifiers to allow both admins and group users. For example:
+feature identifiers to allow both administrators and group users. For example:
```ruby
License.feature_available?(:my_feature_name) || group.licensed_feature_available?(:my_feature_name_for_namespace) # Both admins and group members can see this EE feature