diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md
index 7322c4cd..89d74c49 100644
--- a/docs/setup-dev-environment.md
+++ b/docs/setup-dev-environment.md
@@ -237,7 +237,7 @@ npm install
## :house: Loading the building data
- With a database dump
+ With a database dump
If you are a developer on the Colouring London project (or another Colouring Cities project), you may have a production database (or staging etc) that you wish to duplicate in your development environment.
@@ -267,7 +267,7 @@ ls ~/colouring-london/migrations/*.up.sql 2>/dev/null | while read -r migration;
- With test data
+ With test data
Run the following two sections if you wish to load test buildings into the application from OpenStreetMaps (OSM).