Skip to content

Commit e3f110c

Browse files
authored
fixed a typo
1 parent c49bf9b commit e3f110c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/04-git-server/sections/protocols.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We'll cover the newer ``smart'' HTTP protocol first.
7575
===== Smart HTTP
7676

7777
(((protocols, smart HTTP)))
78-
The ``smart'' HTTP protocol operates very similarly to the SSH or Git protocols but runs over standard HTTP/S ports and can use various HTTP authentication mechanisms, meaning it's often easier on the user than something like SSH, since you can use things like username/password basic authentication rather than having to set up SSH keys.
78+
The ``smart'' HTTP protocol operates very similarly to the SSH or Git protocols but runs over standard HTTP/S ports and can use various HTTP authentication mechanisms, meaning it's often easier on the user than something like SSH, since you can use things like username/password based authentication rather than having to set up SSH keys.
7979

8080
It has probably become the most popular way to use Git now, since it can be set up to both serve anonymously like the `git://` protocol, and can also be pushed over with authentication and encryption like the SSH protocol.
8181
Instead of having to set up different URLs for these things, you can now use a single URL for both.

0 commit comments

Comments
 (0)