From 4c2a2e438c838b421cda6289abcae19d183fa2ce Mon Sep 17 00:00:00 2001 From: Mark Lewis Date: Sun, 12 Jan 2025 14:43:58 +0000 Subject: [PATCH] Update counting.mdx Typo in client count references. --- website/content/docs/concepts/client-count/counting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/client-count/counting.mdx b/website/content/docs/concepts/client-count/counting.mdx index cd1f2ef25ed1..a37c7a5a276c 100644 --- a/website/content/docs/concepts/client-count/counting.mdx +++ b/website/content/docs/concepts/client-count/counting.mdx @@ -83,7 +83,7 @@ Given `CM` as the number of clients for the current month and `BP` as the number of clients in the billing period, we found that the approximation becomes increasingly imprecise as: -- the difference between `BC` and `CM` increases +- the difference between `BP` and `CM` increases - the value of `CM` approaches zero. - the number of months in the billing period increase.