diff --git a/handbook/computing/hbmanual1.html b/handbook/computing/hbmanual1.html
index 552a589e9..bdfd642ca 100644
--- a/handbook/computing/hbmanual1.html
+++ b/handbook/computing/hbmanual1.html
@@ -105,8 +105,7 @@ ssh into expo@expo.survex.com from a machine already configured to do this
cd to the directory containing the repo you want, i.e. "cd expoweb" for the handbook, which takes you to /home/expo/expoweb
Run "git status" (to check what
changes are pending),
-then "git adda> filenameem>
-" to stage the page you have just edited.
+then "git add filename" to stage the page you have just edited.
then DO NOT just run '
git commit' unless you know how emacs works as it would dump
you into an emacs editing window (C-x C-C is the way to exit emacs). Instead, use the "-m" option: