diff --git a/handbook/checkin.htm b/handbook/checkin.htm
index 8db0e8570..c6ca59f63 100644
--- a/handbook/checkin.htm
+++ b/handbook/checkin.htm
@@ -15,10 +15,10 @@ hg fetch
Make your changes, then:
If you have added new files:
- hg add file1 file2 file3
-hg commit -m "surveys of 200m pitch in Far End" -u "YourName"
-hg fetch
+ hg add file1 file2 file3
+hg commit -m "surveys of 200m pitch in Far End" -u "YourName"
+hg fetch
If there are any errors then STOP, and get someone to fix it.
-hg push