From ee28326dedbd72aff41eade89546beac4279f684 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 3 Aug 2022 11:58:27 -0400 Subject: [PATCH] fix(docs): typos (#16555) --- website/content/docs/concepts/client-count/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/concepts/client-count/faq.mdx b/website/content/docs/concepts/client-count/faq.mdx index b1036850ab..4737a7a2fe 100644 --- a/website/content/docs/concepts/client-count/faq.mdx +++ b/website/content/docs/concepts/client-count/faq.mdx @@ -172,11 +172,11 @@ In Vault 1.9, the client count dashboard provides two separate tabs: the **Curre ### Q: What does the usage metrics look like for Vault 1.10? -In Vault 1.10, the client count dashboard is broken down into tabs, similar to Vault 1.19- the current month and the monthly history. On top of the namespace attribution provided in Vault 1.9 (see [What does the usage metrics UI look like for Vault 1.9?](#q-what-does-the-usage-metrics-ui-look-like-for-vault-1-9) for further information), the UI also contains attribution of clients per auth mount. +In Vault 1.10, the client count dashboard is broken down into tabs, similar to Vault 1.9- the current month and the monthly history. On top of the namespace attribution provided in Vault 1.9 (see [What does the usage metrics UI look like for Vault 1.9?](#q-what-does-the-usage-metrics-ui-look-like-for-vault-1-9) for further information), the UI also contains attribution of clients per auth mount. ![Vault Client Count](/img/vault-usage-metrics-1-10.png) -The Vault 1.10 UI does not include montly attribution of clients, although the API for Vault 1.10 supports the same. +The Vault 1.10 UI does not include monthly attribution of clients, although the API for Vault 1.10 supports the same. ### Q: What does the usage metrics UI look like for Vault 1.11?