Преглед изворни кода

Merge pull request #1059 from bfirsh/fix-missing-space-in-docs

Fix missing space in rails docs
Ben Firshman пре 10 година
родитељ
комит
3384bc5fcf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/rails.md

+ 1 - 1
docs/rails.md

@@ -83,7 +83,7 @@ expects a database to be running on `localhost` - so you need to point it at the
 `db` container instead. You also need to change the database and username to
 `db` container instead. You also need to change the database and username to
 align with the defaults set by the `postgres` image.
 align with the defaults set by the `postgres` image.
 
 
-Open up your newly-generated `database.yml`file. Replace its contents with the
+Open up your newly-generated `database.yml` file. Replace its contents with the
 following:
 following:
 
 
     development: &default
     development: &default