docs/CONFIGURATION.md in pitchfork-0.12.0 vs docs/CONFIGURATION.md in pitchfork-0.13.0

- old
+ new

@@ -186,10 +186,10 @@ The second "hard" timeout, is the sum of `timeout` and `cleanup`. Workers taking longer than this time period to be ready to handle a new request will be forcibly killed (via `SIGKILL`). -Neither of these timeout mecanisms should be routinely relied on, and should +Neither of these timeout mechanisms should be routinely relied on, and should instead be considered as a last line of defense in case you application is impacted by bugs causing unexpectedly slow response time, or fully stuck processes. If some of the application endpoints require an unreasonably large timeout,