diff options
author | Felix Eckhofer <felix@eckhofer.com> | 2016-01-05 13:06:23 +0100 |
---|---|---|
committer | Felix Eckhofer <felix@eckhofer.com> | 2016-01-05 13:06:23 +0100 |
commit | 766a59630f8e004fbd99549dc6d27f7b29fff62f (patch) | |
tree | e65e5934e29562bd3b3e50980f90d4b5e8196f62 | |
parent | ca8639a4662c59b15ef4e0ed02b6587ce4049b0d (diff) | |
download | gitlab-ce-766a59630f8e004fbd99549dc6d27f7b29fff62f.tar.gz |
Fix grammar
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index c4b1fc3b626..77eb53427e2 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -33,7 +33,7 @@ Copy-paste the key to the 'My SSH Keys' section under the 'SSH' tab in your user profile. Please copy the complete key starting with `ssh-rsa` and ending with your username and host. -To copy your public key to the clipboard, use code below. Depending on your +To copy your public key to the clipboard, use the code below. Depending on your OS you'll need to use a different command: **Windows:** |