Skip to content

Commit 9bc3282

Browse files
pjfanningbrian-brazil
authored andcommitted
spelling mistake in README.md
1 parent 3192a23 commit 9bc3282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ string of doubles as the `buckets` init parameter. The granularity of path
411411
measuring is also configurable, via the `path-components` init parameter. By
412412
default, the servlet filter will record each path differently, but by setting an
413413
integer here, you can tell the filter to only record up to the Nth slashes. That
414-
is, all reqeusts with greater than N "/" characters in the servlet URI path will
414+
is, all requests with greater than N "/" characters in the servlet URI path will
415415
be measured in the same bucket and you will lose that granularity.
416416

417417
The code below is an example of the XML configuration for the filter. You will

0 commit comments

Comments
 (0)