diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md
index 30a5d362caa8b3d9c9bada3b0a921c73b4c10775..99809ef434df7212d31a144f09596ae2c67c8011 100644
--- a/doc/raketasks/cleanup.md
+++ b/doc/raketasks/cleanup.md
@@ -1,12 +1,12 @@
-### Remove grabage from filesystem. Important! Data loss!
+### Remove garbage from filesystem. Important! Data loss!
 
-Remove namespaces(dirs) from /home/git/repositories if they dont exist in GitLab database
+Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database.
 
 ```
 bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
 ```
 
-Remove repositories (global only for now) from /home/git/repositories if they dont exist in GitLab database
+Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database.
 
 ```
 bundle exec rake gitlab:cleanup:repos RAILS_ENV=production