diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 12:56:52 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 12:56:52 +0200 |
commit | f4a13f0844a44ec045828d2cbe3feba45410bc87 (patch) | |
tree | 743113b43aee0826572fa0ad4136e0d450ce9a45 /doc/intro | |
parent | 05ca1096dd57da44c3108895f77d03d007422306 (diff) | |
download | gitlab-ce-f4a13f0844a44ec045828d2cbe3feba45410bc87.tar.gz |
Fix grammar in intro guide
Diffstat (limited to 'doc/intro')
-rw-r--r-- | doc/intro/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md index 820de213345..fecbbe6317b 100644 --- a/doc/intro/README.md +++ b/doc/intro/README.md @@ -14,11 +14,11 @@ Create issues, labels, milestones, cast your vote, and review issues. - [Create a new issue](../gitlab-basics/create-issue.md) - [Assign labels to issues](../workflow/labels.md) - [Use milestones as an overview of your project's tracker](../workflow/milestones.md) -- [Use voting to express your like/dislike to the issue in demand](../workflow/award_emoji.md) +- [Use voting to express your like/dislike to issues and merge requests](../workflow/award_emoji.md) ## Collaborate -Create merge requests, diffs, commits, and review code. +Create merge requests and review code. - [Fork a project and contribute to it](../workflow/forking_workflow.md) - [Create a new merge request](../gitlab-basics/add-merge-request.md) |