Skip to content

Commit 3f97a88

Browse files
aollierben
andcommitted
slight grammatical change as per @ben's suggestion
Co-Authored-By: Ben Straub <[email protected]>
1 parent d9d5715 commit 3f97a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/setting-up-server.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Now you can edit the shell for a user using `chsh <username> -s <shell>`:
107107
$ sudo chsh git -s $(which git-shell)
108108
----
109109

110-
Now, the `git` user still only use the SSH connection to push and pull Git repositories but can't shell onto the machine.
110+
Now, the `git` user can still use the SSH connection to push and pull Git repositories but can't shell onto the machine.
111111
If you try, you'll see a login rejection like this:
112112

113113
[source,console]

0 commit comments

Comments
 (0)