Merge pull request #19 from corprew/patch-1

Doc block grammar correction
This commit is contained in:
Andy Dawson 2013-11-20 00:24:25 -08:00
commit 62d930b9ff
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ worker_rlimit_nofile 8192;
events {
# When you need > 8000 * cpu_cores connections, you start optimizing your OS,
# and this is probably the point at where you hire people who are smarter than
# and this is probably the point at which you hire people who are smarter than
# you, as this is *a lot* of requests.
worker_connections 8000;
}