Fix typo in threading and code execution guide [ci skip]

Closes #38276.
This commit is contained in:
J Paterson 2020-01-21 09:27:32 -08:00 committed by Carlos Antonio da Silva
parent 9b8cbceddd
commit 55d9fea8a2
1 changed files with 1 additions and 1 deletions

View File

@ -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.