1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix typo in "The Rails Initialization Process"

This commit is contained in:
mdaisuke 2012-10-10 10:19:02 +09:00
parent 1c534c6e42
commit 4c9afc79a1

View file

@ -367,7 +367,7 @@ on your needs.
### `Rails::Server#start`
After `congif/application` is loaded, `server.start` is called. This method is defined like this:
After `config/application` is loaded, `server.start` is called. This method is defined like this:
```ruby
def start