From bec5d804190ddef31218f38ec890e7f68b9bb7d5 Mon Sep 17 00:00:00 2001 From: shawnps <80111+shawnps@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:03:33 +0900 Subject: [PATCH] Update docs/guides/3.0.0.md --- docs/guides/3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/3.0.0.md b/docs/guides/3.0.0.md index e851dbb..21a12a2 100644 --- a/docs/guides/3.0.0.md +++ b/docs/guides/3.0.0.md @@ -2,7 +2,7 @@ **Rate limit rules now support non-IP client identifiers** -To add support for non-IP client identifiers within rate limit rules w ehad to convert them from `TypeMap` to `TypeSet`. +To add support for non-IP client identifiers within rate limit rules we had to convert them from `TypeMap` to `TypeSet`. This means that in order to continue using your existing configuration you will need to update your configuration and also update existing resources within your state file.