summaryrefslogtreecommitdiff
path: root/doc/architecture/blueprints/rate_limiting/index.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 09:09:18 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-04 09:09:18 +0000
commit0d8bcdf77d609b3624541de767a0129aa0b7e8d2 (patch)
tree40a5aebae63c322c38660537adc433fc80dbb46d /doc/architecture/blueprints/rate_limiting/index.md
parentc99b40d5a7f93e2d51c3716676ff7c345ca19f06 (diff)
downloadgitlab-ce-0d8bcdf77d609b3624541de767a0129aa0b7e8d2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/architecture/blueprints/rate_limiting/index.md')
-rw-r--r--doc/architecture/blueprints/rate_limiting/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/architecture/blueprints/rate_limiting/index.md b/doc/architecture/blueprints/rate_limiting/index.md
index 692cef4b11d..2d2fe6ac511 100644
--- a/doc/architecture/blueprints/rate_limiting/index.md
+++ b/doc/architecture/blueprints/rate_limiting/index.md
@@ -357,7 +357,7 @@ hierarchy. Choosing a proper solution will require a thoughtful research.
1. Build application limits API in a way that it can be easily extracted to a separate service.
1. Build application limits definition in a way that is independent from the Rails application.
1. Build tooling that produce consistent behavior and results across programming languages.
-1. Build the new framework in a way that we can extend to allow self-managed admins to customize limits.
+1. Build the new framework in a way that we can extend to allow self-managed administrators to customize limits.
1. Maintain consistent features and behavior across SaaS and self-managed codebase.
1. Be mindful about a cognitive load added by the hierarchical limits, aim to reduce it.