Skip to content

Commit 832432e

Browse files
vfrridekares
authored andcommitted
Fixes a couple of spelling mistakes
1 parent 117e604 commit 832432e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ specified pooling is supported for plain Rack applications as well.
167167
We do recommend to boot your runtimes up-front to avoid the cost of initializing
168168
one while a request kicks in and find the pool empty, this can be easily avoided
169169
by setting *jruby.min.runtimes* equal to *jruby.max.runtimes*. You might also
170-
want to consider tunning the *jruby.runtime.acquire.timeout* parameter to not
170+
want to consider tuning the *jruby.runtime.acquire.timeout* parameter to not
171171
wait too long when all (max) runtimes from the pool are busy.
172172

173173
## JRuby-Rack Configuration
@@ -216,7 +216,7 @@ as context init parameters in web.xml or as VM-wide system properties.
216216
- `jruby.rack.logging`: Specify the logging device to use. Defaults to
217217
`servlet_context`. See below.
218218
- `jruby.rack.request.size.initial.bytes`: Initial size for request body memory
219-
buffer, see also `jruby.rack.request.size.maximum.bytes` bellow.
219+
buffer, see also `jruby.rack.request.size.maximum.bytes` below.
220220
- `jruby.rack.request.size.maximum.bytes`: The maximum size for the request in
221221
memory buffer, if the body is larger than this it gets spooled to a tempfile.
222222
- `jruby.rack.response.dechunk`: Set to false to turn off response dechunking

0 commit comments

Comments
 (0)