From 2f825a30b669da0cfcb71fd7c79f0e3802c010fc Mon Sep 17 00:00:00 2001
From: Lorena Ciutacu <lciutacu@gitlab.com>
Date: Thu, 16 Feb 2023 21:46:43 +0000
Subject: [PATCH] Add "data" to word list

---
 .../documentation/styleguide/word_list.md          | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/doc/development/documentation/styleguide/word_list.md b/doc/development/documentation/styleguide/word_list.md
index 4f8a933478787..e64fd4df7ff40 100644
--- a/doc/development/documentation/styleguide/word_list.md
+++ b/doc/development/documentation/styleguide/word_list.md
@@ -316,6 +316,20 @@ Use title case for the GitLab Container Registry.
 Do not use **currently** when talking about the product or its features. The documentation describes the product as it is today.
 ([Vale](../testing.md#vale) rule: [`CurrentStatus.yml`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/.vale/gitlab/CurrentStatus.yml))
 
+## data
+
+Use **data** as a singular noun.
+
+Use:
+
+- Data is collected.
+- The data shows a performance increase.
+
+Instead of:
+
+- Data are collected.
+- The data show a performance increase.
+
 ## default branch
 
 Use **default branch** to refer generically to the primary branch in the repository.
-- 
GitLab