diff --git a/doc/user/group/compliance_pipelines.md b/doc/user/group/compliance_pipelines.md
index d1f39f7bac018d1d1a53f806daad52ef707b93a7..d09322df44d2c867b2c7c9ddc29637ce313794e0 100644
--- a/doc/user/group/compliance_pipelines.md
+++ b/doc/user/group/compliance_pipelines.md
@@ -81,7 +81,7 @@ include:  # Execute individual project's configuration (if project contains .git
     file: '$CI_CONFIG_PATH'
     ref: '$CI_COMMIT_SHA' # Must be defined or MR pipelines always use the use default branch
     rules:
-      - if: $CI_PROJECT_PATH != "my-group/project-1" # Must be the hardcoded path to the project that hosts this configuration.
+      - if: $CI_PROJECT_PATH != "my-group/project-1" # Must run on projects other than the one hosting this configuration.
 
 # Allows compliance team to control the ordering and interweaving of stages/jobs.
 # Stages without jobs defined will remain hidden.