diff options
author | saberd <mail@saberd.com> | 2018-02-28 14:05:54 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-02-28 14:05:54 +0000 |
commit | 0a44ced9a97d6f02fda78933aae293fa3050253c (patch) | |
tree | c061d8718c07a28fd3f2122bf1a222f7e640aedf /doc | |
parent | 856618ece06e179393f0a5343f4e57dd6f3ef728 (diff) | |
download | gitlab-ce-0a44ced9a97d6f02fda78933aae293fa3050253c.tar.gz |
Patch 29
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/merge_requests/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/merge_requests/index.md b/doc/user/project/merge_requests/index.md index 0de89f90e21..16027744164 100644 --- a/doc/user/project/merge_requests/index.md +++ b/doc/user/project/merge_requests/index.md @@ -34,7 +34,7 @@ With **[GitLab Enterprise Edition][ee]**, you can also: - View the deployment process across projects with [Multi-Project Pipeline Graphs](https://docs.gitlab.com/ee/ci/multi_project_pipeline_graphs.html#multi-project-pipeline-graphs) (available only in GitLab Premium) - Request [approvals](https://docs.gitlab.com/ee/user/project/merge_requests/merge_request_approvals.html) from your managers (available in GitLab Starter) - [Squash and merge](https://docs.gitlab.com/ee/user/project/merge_requests/squash_and_merge.html) for a cleaner commit history (available in GitLab Starter) -- Analise the impact of your changes with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html) (available in GitLab Starter) +- Analyze the impact of your changes with [Code Quality reports](https://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html) (available in GitLab Starter) ## Use cases |