diff --git a/doc/development/documentation/styleguide/word_list.md b/doc/development/documentation/styleguide/word_list.md index 4f8a933478787399156a94d709d03699237571b1..e64fd4df7ff40b439e30f239c29f9de64bec81db 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.