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>2022-12-28 18:07:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-28 18:07:23 +0300
commit20d52aa39ef79bc199e1459e385387baeb04d99f (patch)
treee13dc3aec8c70ad4c522452068b96fd98f2b3fa5 /doc/development/feature_categorization
parentd30b2ead9a6606035a5d650216b9b5630b010421 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/feature_categorization')
-rw-r--r--doc/development/feature_categorization/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/feature_categorization/index.md b/doc/development/feature_categorization/index.md
index f62e0275bff..ccaff264e9a 100644
--- a/doc/development/feature_categorization/index.md
+++ b/doc/development/feature_categorization/index.md
@@ -206,6 +206,6 @@ RSpec.describe Utils, feature_category: :not_owned do
### Tooling feature category
-For Engineering Productivity internal tooling we use `feature_category: tooling`.
+For Engineering Productivity internal tooling we use `feature_category: :tooling`.
For example in [`spec/tooling/danger/specs_spec.rb`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/tooling/danger/specs_spec.rb#L12).