diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-09-14 11:08:31 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-09-14 11:08:31 +0000 |
commit | 197beefc414c34ba9af89b91630f5d3137bf06de (patch) | |
tree | 1183343ebbc147bfaff0bee4b82bbadd8a5ff19a | |
parent | 3fd0a46912ce8ca43e417515733a295fe9815cfd (diff) | |
parent | f3507cbf701d49f9782061583f29493353236c56 (diff) | |
download | gitlab-ce-197beefc414c34ba9af89b91630f5d3137bf06de.tar.gz |
Merge branch 'patch-28' into 'master'
docs/ Grammatical Fix workflow.md
See merge request gitlab-org/gitlab-ce!21655
-rw-r--r-- | doc/development/documentation/workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/workflow.md b/doc/development/documentation/workflow.md index 339ec80f889..52bc059a925 100644 --- a/doc/development/documentation/workflow.md +++ b/doc/development/documentation/workflow.md @@ -31,7 +31,7 @@ only and does not directly affect the way that any regular user or administrator would interact with GitLab. NOTE: **Note:** -When refactoring documentation in needed, it should be submitted it in its own MR. +When refactoring documentation, it should be submitted in its own MR. **Do not** join new features' MRs with refactoring existing docs, as they might have different priorities. |