We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3192a23 commit 9bc3282Copy full SHA for 9bc3282
README.md
@@ -411,7 +411,7 @@ string of doubles as the `buckets` init parameter. The granularity of path
411
measuring is also configurable, via the `path-components` init parameter. By
412
default, the servlet filter will record each path differently, but by setting an
413
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
+is, all requests with greater than N "/" characters in the servlet URI path will
415
be measured in the same bucket and you will lose that granularity.
416
417
The code below is an example of the XML configuration for the filter. You will
0 commit comments