Skip to content

Commit 33f8693

Browse files
committed
Merge branch 'master' of github.com:jruby/jruby-rack
* 'master' of github.com:jruby/jruby-rack: Fix typos in README
2 parents bd75d3f + 5dbbc68 commit 33f8693

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
@@ -138,8 +138,8 @@ using is `org.jruby.rack.RackFilter`, the filter supports the following
138138
only), by default "true"
139139
- **addsHtmlToPathInfo** controls whether the .html suffix is added to the URI
140140
when checking if the request is for a static page
141-
- **verifiesHtmlResource** used with the previous parameter to makee sure the
142-
requested static resource exist before adding the .html request URI suffix
141+
- **verifiesHtmlResource** used with the previous parameter to make sure the
142+
requested static resource exists before adding the .html request URI suffix
143143

144144
The application can also be configured to dispatch through a servlet instead of
145145
a filter, the servlet class name is `org.jruby.rack.RackServlet`.

0 commit comments

Comments
 (0)