Fix typos [ci skip]

This commit is contained in:
Ryuta Kamizono 2020-11-09 15:23:39 +09:00
parent fd00384608
commit 53331b478d
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
```
A new message will be logged in case a job couldn't be enqueued, either because the callback chain was halted or
because an exception happened during enqueing. (i.e. Redis is down when you try to enqueue your job)
because an exception happened during enqueuing. (i.e. Redis is down when you try to enqueue your job)
*Edouard Chin*

View File

@ -179,7 +179,7 @@ To keep using the current cache store, you can turn off cache versioning entirel
end
end
rescue ActiveRecordError => error
# Regardless of wether there was already a connection or not, we rescue any database
# Regardless of whether there was already a connection or not, we rescue any database
# error because it is critical that the application can boot even if the database
# is unhealthy.
warn "Failed to define attribute methods because of #{error.class}: #{error.message}"