From 07b1aaccf7ee7f4c3136728551356f54339c9cce Mon Sep 17 00:00:00 2001 From: Karolina Piaszczyk <41442206+kapiaszczyk@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:26:44 +0100 Subject: [PATCH] Fix typos (#252) --- README.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 8adf2a45..6318ec29 100644 --- a/README.adoc +++ b/README.adoc @@ -173,7 +173,7 @@ bucket4j.filters[0].metrics.enabled=true bucket4j.filters[0].metrics.types=CONSUMED_COUNTER,REJECTED_COUNTER # (optional) if your not interested in the consumed counter you can specify only the rejected counter bucket4j.filters[0].metrics.tags[0].key=IP bucket4j.filters[0].metrics.tags[0].expression=getRemoteAddr() -bucket4j.filters[0].metrics.tags[0].types=REJECTED_COUNTER # (optionial) this tag should for example only be applied for the rejected counter +bucket4j.filters[0].metrics.tags[0].types=REJECTED_COUNTER # (optional) this tag should for example only be applied for the rejected counter bucket4j.filters[0].metrics.tags[1].key=URL bucket4j.filters[0].metrics.tags[1].expression=getRequestURI() bucket4j.filters[0].metrics.tags[2].key=USERNAME @@ -286,7 +286,7 @@ public class MyQueryExecutePredicate extends ExecutePredicate BAD_REQUEST - The configCacheManager currently does *not* contain validation in the setValue method. The configuration should be validated before calling the this method. + [[monitoring]] === Monitoring - Spring Boot Actuator @@ -614,7 +615,7 @@ bucket4j: ---- Conditional filtering depending of anonymous or logged in user. Because the *bucket4j.filters[0].strategy* is *first* -you havn't to check in the second rate-limit that the user is logged in. Only the first one is executed. +you don't have to check in the second rate-limit that the user is logged in. Only the first one is executed. [source,yml] ----