From fd5d0c4929c64e48308e93d0e3fbc32c19c2a508 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:37:22 -0700 Subject: [PATCH] replace diagrams, fix typos (#18408) --- website/content/docs/agent/limits/index.mdx | 6 +++--- website/public/img/agent-rate-limiting-ops-order-dark.jpg | 4 ++-- website/public/img/agent-rate-limiting-ops-order.jpg | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/website/content/docs/agent/limits/index.mdx b/website/content/docs/agent/limits/index.mdx index ff6f2213c..ecf6deac4 100644 --- a/website/content/docs/agent/limits/index.mdx +++ b/website/content/docs/agent/limits/index.mdx @@ -29,10 +29,10 @@ Setting limits per source IP requires Consul Enterprise. ### Order of operations -You can define request rate limits in the agent configuration and in the control plane request limit configuration entry. The configuration entry also supports rate limit configurations for Consul resources. Consul perfroms the following order of operations when determing request rate limits: +You can define request rate limits in the agent configuration and in the control plane request limit configuration entry. The configuration entry also supports rate limit configurations for Consul resources. Consul performs the following order of operations when determining request rate limits: -![Diagram showing the order of operations for determining request rate limits.](/img/agent-rate-limiting-ops-order.jpg#light-theme-only) -![Diagram showing the order of operations for determining request rate limits.](/img/agent-rate-limiting-ops-order-dark.jpg#dark-theme-only) +![Flowchart that describes the order of operations for determining request rate limits.](/img/agent-rate-limiting-ops-order.jpg#light-theme-only) +![Flowchart that describes the order of operations for determining request rate limits.](/img/agent-rate-limiting-ops-order-dark.jpg#dark-theme-only)