Fixed typos [ci skip]

This commit is contained in:
Calvin Tam 2014-02-05 19:55:06 +11:00
parent 3ba0eeda02
commit 128fa3b9a4

@ -570,7 +570,7 @@ $ rails runner 'puts ActiveRecord::Base.connections'
Since pool is not in the `ENV['DATABASE_URL']` provided connection information its information is merged in. Since `adapter` is duplicate, the `ENV['DATABASE_URL']` connection information wins.
The only way to explicitly not use the connection information in `ENV['DATABASE_URL']` is to specify an explicit URL connectinon using the `"url"` sub key:
The only way to explicitly not use the connection information in `ENV['DATABASE_URL']` is to specify an explicit URL connection using the `"url"` sub key:
```
$ cat config/database.yml
@ -716,7 +716,7 @@ Rails will now prepend "/app1" when generating links.
#### Using Passenger
Passenger makes it easiy to run your application in a subdirectory. You can find
Passenger makes it easily to run your application in a subdirectory. You can find
the relevant configuration in the
[passenger manual](http://www.modrails.com/documentation/Users%20guide%20Apache.html#deploying_rails_to_sub_uri).