summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2021-06-08 00:44:14 +0000
committerAsh McKenzie <amckenzie@gitlab.com>2021-06-08 00:44:14 +0000
commita9c25c17ea0a511ec6554a4dd3bcd9f5012d59d5 (patch)
tree28723967ebe7b47ce8d3907f512eb9be236c8444
parente01ebb3bfa7afc0d2f26dd2f4bbadce56f325722 (diff)
parent5176b32e657c0e599a833b1468dbd798c422b604 (diff)
downloadgitlab-shell-a9c25c17ea0a511ec6554a4dd3bcd9f5012d59d5.tar.gz
Merge branch 'brad-tense-correction' into 'main'
"Limits" to "Limit" on line 10 to align tenses See merge request gitlab-org/gitlab-shell!483
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3231646..8ebd8be 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ GitLab Shell is not a Unix shell nor a replacement for Bash or Zsh.
When you access the GitLab server over SSH then GitLab Shell will:
-1. Limits you to predefined git commands (git push, git pull).
+1. Limit you to predefined git commands (git push, git pull).
1. Call the GitLab Rails API to check if you are authorized, and what Gitaly server your repository is on
1. Copy data back and forth between the SSH client and the Gitaly server