Grammatical error on "Introduction to Git Flow" page in documentation
Summary
There is a grammatical error that will make it difficult for readers to understand what GitLab does when a merge request is accepted with the Rebase option enabled.
Steps to reproduce
Go to https://docs.gitlab.com/ee/workflow/gitlab_flow.html
Find this text: "GitLab will attempt to cleanly rebase before merging branches. If clean rebase is not possible, regular merge will be performed. If clean rebase is possible and history of the target branch will be altered with the the merge."
Note that the third sentence doesn't make sense.
Example Project
N/A
What is the current bug behavior?
Already described under "steps to reproduce"
What is the expected correct behavior?
I am not sure - this is for your documentation authors to decide.
Relevant logs and/or screenshots
N/A
Output of checks
This bug happens on GitLab.com
Results of GitLab environment info
N/A
Results of GitLab application Check
N/A
Possible fixes
N/A