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:
parent
1c534c6e42
commit
4c9afc79a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue