diff --git a/handbook/computing/qstart-git.html b/handbook/computing/qstart-git.html
index f1ee19a0a..1055edc77 100644
--- a/handbook/computing/qstart-git.html
+++ b/handbook/computing/qstart-git.html
@@ -28,7 +28,7 @@
git clone ssh://expo@expo.survex.com/~/loser (read/write)
or equivalently
git clone ssh://expo@expo.survex.com/home/expo/loser
- or more compactly (though this syntax doesn't work formany installations):
+ or more compactly (though this syntax doesn't work for many installations):
git clone expo@expo.survex.com:loser the : is shorthand for relative to the home directory of the logged-in user, which is 'expo'.
@@ -37,6 +37,7 @@