From e5ab277f0614e4bd9e8186f17f9ba951b18bef88 Mon Sep 17 00:00:00 2001
From: Alina Mihaila <amihaila@gitlab.com>
Date: Wed, 2 Jun 2021 15:47:25 +0000
Subject: [PATCH] Fix license_billable_users metric description

---
 doc/development/usage_ping/dictionary.md                        | 2 +-
 .../metrics/license/20210531204603_license_billable_users.yml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/development/usage_ping/dictionary.md b/doc/development/usage_ping/dictionary.md
index 74b6cfa5861b..f3e78c087479 100644
--- a/doc/development/usage_ping/dictionary.md
+++ b/doc/development/usage_ping/dictionary.md
@@ -7176,7 +7176,7 @@ Tiers: `free`
 
 ### `license_billable_users`
 
-Count of all billable users (active users excluding bots and guests).
+Number of all billable users (active users excluding bots and guests).
 
 [YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/license/20210531204603_license_billable_users.yml)
 
diff --git a/ee/config/metrics/license/20210531204603_license_billable_users.yml b/ee/config/metrics/license/20210531204603_license_billable_users.yml
index f7eb96d5c30d..7ef42b6a39d2 100644
--- a/ee/config/metrics/license/20210531204603_license_billable_users.yml
+++ b/ee/config/metrics/license/20210531204603_license_billable_users.yml
@@ -1,7 +1,7 @@
 ---
 key_path: license_billable_users
 name: billable_users
-description: Count of all billable users (active users excluding bots and guests).
+description: Number of all billable users (active users excluding bots and guests).
 product_section: growth
 product_stage: growth
 product_group: group::product intelligence
-- 
GitLab