Skip to content

Commit 5dbbc68

Browse files
committed
Merge pull request #183 from modille/fix_typo
Fix typos in README
2 parents d59193e + 5a23105 commit 5dbbc68

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

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

0 commit comments

Comments
 (0)