diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-15 00:08:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-15 00:08:23 +0000 |
commit | fbb9dae03c00a1b38da60eefdac87d7f0d54ae46 (patch) | |
tree | 36e5bfd6e2e5ec9df8b49f43005bee3a127a5718 /doc/development/documentation | |
parent | 066e210e0749525d632d36f40b32e69ff055b17b (diff) | |
download | gitlab-ce-fbb9dae03c00a1b38da60eefdac87d7f0d54ae46.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation')
-rw-r--r-- | doc/development/documentation/styleguide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide/index.md b/doc/development/documentation/styleguide/index.md index 921af68d908..7bfc0320d02 100644 --- a/doc/development/documentation/styleguide/index.md +++ b/doc/development/documentation/styleguide/index.md @@ -1570,7 +1570,7 @@ For example: ```markdown WARNING: This feature is in its end-of-life process. It is [deprecated](link-to-issue) -for use in GitLab X.X, and is planned for [removal](link-to-issue) in GitLab X.X. +in GitLab X.X, and is planned for [removal](link-to-issue) in GitLab X.X. ``` After the feature or product is officially deprecated and removed, remove |