Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-16 21:07:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-16 21:07:32 +0300
commit6ba7c824e92d68c6ae25f64bda5ab213ad9c9a58 (patch)
tree72b28f0f5222162a67a1919ff25beff4c2cabc2d /doc/development/documentation/styleguide
parentacee9d6fb529ca8fb91b2b07bd49bd207df23c51 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation/styleguide')
-rw-r--r--doc/development/documentation/styleguide/word_list.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/documentation/styleguide/word_list.md b/doc/development/documentation/styleguide/word_list.md
index 9479bd176fc..978f9510e58 100644
--- a/doc/development/documentation/styleguide/word_list.md
+++ b/doc/development/documentation/styleguide/word_list.md
@@ -1302,6 +1302,8 @@ in the context of other subscription tiers, follow [the subscription tier](#subs
Use **prerequisites** when documenting the tasks that must be completed or the conditions that must be met before a user can complete a task. Do not use **requirements**.
+**Prerequisites** must always be plural, even if the list includes only one item.
+
For more information, see [the task topic type](../topic_types/task.md).
For tutorial page types, use [**before you begin**](#before-you-begin) instead.