mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo
This commit is contained in:
parent
7d235b972b
commit
317ad8cb62
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ config.middleware.clear
|
||||||
|
|
||||||
<ruby>
|
<ruby>
|
||||||
# config.ru
|
# config.ru
|
||||||
use MyOwnStackFromStratch
|
use MyOwnStackFromScratch
|
||||||
run ActionController::Dispatcher.new
|
run ActionController::Dispatcher.new
|
||||||
</ruby>
|
</ruby>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue