docs/PHILOSOPHY.md in pitchfork-0.11.0 vs docs/PHILOSOPHY.md in pitchfork-0.11.1
- old
+ new
@@ -78,11 +78,11 @@
## Leverage Copy-on-Write to reduce memory usage.
One of the main advantages of threaded servers over preforking servers is their
lower memory usage.
-However `pitchfork` solves this with its reforking feature. If enabled and properly configured
-it very significantly increase Copy-on-Write performance, closing the gap with threaded servers.
+However `pitchfork` solves this with its reforking feature. If enabled and properly configured,
+it can very significantly increase Copy-on-Write performance, closing the gap with threaded servers.
## Assume Modern Deployment Methods
Pitchfork assumes it is deployed using modern tools such as either containers or
advanced init systems such as systemd. As such it doesn't provide classic daemon