summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 10:11:16 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 10:11:16 +0100
commit743d66e4da5c11f638d12a7f7ec6354631ee2b90 (patch)
treef9204471e65faf436d00270174bc823d2fcfba5c
parentd6db451732a5ed9f31f3a345dd936abc1c07c6cf (diff)
downloadgitlab-ce-releases-feature.tar.gz
Improve english textreleases-feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--doc/api/tags.md2
-rw-r--r--doc/workflow/releases.md12
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/tags.md b/doc/api/tags.md
index 0113d4ba049..b5b90cf6b82 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -40,7 +40,7 @@ Parameters:
## Create a new tag
-Creates new tag in the repository that points to the supplied ref.
+Creates a new tag in the repository that points to the supplied ref.
```
POST /projects/:id/repository/tags
diff --git a/doc/workflow/releases.md b/doc/workflow/releases.md
index 0eca220e2cf..6176784fc57 100644
--- a/doc/workflow/releases.md
+++ b/doc/workflow/releases.md
@@ -1,14 +1,14 @@
# Releases
-You can turn any git tag into release by just adding a release notes to it.
-Release notes behaves like any other markdown form in GitLab so you can write text and drag-n-drop files to it.
-Release notes are stored in GitLab database.
+You can turn any git tag into a release, by adding a note to it.
+Release notes behave like any other markdown form in GitLab so you can write text and drag-n-drop files to it.
+Release notes are stored in the database of GitLab.
There are several ways to add release notes:
-* In UI when you create new git tag with GitLab
-* In UI when you add release notes to existing git tag
-* with GitLab API
+* In the interface, when you create a new git tag with GitLab
+* In the interface, by adding a note to an existing git tag
+* with the GitLab API
## New tag page with release notes text area