Skip to content

Commit 02055a3

Browse files
committed
Merge branch 'fix-spelling-separate' of https://github.com/mejarc/docs into mejarc-fix-spelling-separate
2 parents e12bb36 + 6193424 commit 02055a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ step "Deploy your app to Heroku" do
8383
message 'When you saved the file, your text editor may have added colors to the code, much like the example above. It recognizes the file contains Ruby, and will mark up different kinds of words with different colors. This is called "syntax highlighting", which makes it easier to read code.'
8484
end
8585
tip "Why Sqlite (sqlite3) and PostgreSQL (pg)?" do
86-
message "SQLite and PostgreSQL are different kinds of databases. We're using SQLite for our development and test environments because it's simple to install. We're using PostgreSQL in our production environment because Heroku has done the hard work of installing it for us and it's more powerful than SQLite. We have seperate test, development and production databases by default in Rails."
86+
message "SQLite and PostgreSQL are different kinds of databases. We're using SQLite for our development and test environments because it's simple to install. We're using PostgreSQL in our production environment because Heroku has done the hard work of installing it for us and it's more powerful than SQLite. We have separate test, development and production databases by default in Rails."
8787
end
8888

8989
console <<-BASH

0 commit comments

Comments
 (0)