mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo in threading and code execution guide [ci skip]
Closes #38276.
This commit is contained in:
parent
9b8cbceddd
commit
55d9fea8a2
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ The Rails framework components use these tools to manage their own concurrency
|
|||
needs too.
|
||||
|
||||
`ActionDispatch::Executor` and `ActionDispatch::Reloader` are Rack middlewares
|
||||
that wraps the request with a supplied Executor or Reloader, respectively. They
|
||||
that wrap requests with a supplied Executor or Reloader, respectively. They
|
||||
are automatically included in the default application stack. The Reloader will
|
||||
ensure any arriving HTTP request is served with a freshly-loaded copy of the
|
||||
application if any code changes have occurred.
|
||||
|
|
Loading…
Reference in a new issue