1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Correct Typo in README.md

Fixed "Constaints" to read "Constraints"
This commit is contained in:
jcbantuelle 2013-07-10 19:53:48 -05:00
parent dc7cb724ac
commit e6ae403287

View file

@ -174,7 +174,7 @@ Puma isn't able to understand all the resources that your app may use, so it pro
You should place code to close global log files, redis connections, etc in this block so that their file descriptors don't leak into the restarted process. Failure to do so will result in slowly running out of descriptors and eventually obscure crashes as the server is restart many times. You should place code to close global log files, redis connections, etc in this block so that their file descriptors don't leak into the restarted process. Failure to do so will result in slowly running out of descriptors and eventually obscure crashes as the server is restart many times.
### Platform Constaints ### Platform Constraints
Because of various platforms not being implement certain things, the following differences occur when puma is used on different platforms: Because of various platforms not being implement certain things, the following differences occur when puma is used on different platforms: