Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-05 00:32:41 +0400
committerRobert Schilling <rschilling@student.tugraz.at>2014-08-07 12:27:54 +0400
commitabdc4426486c6e6458c12ba49dd641d4c5ab257a (patch)
treeb458a06a7513284a29b3e1f193431160512e6aa6 /doc/workflow
parentd4f5af820f2fdb442404804859c84d2ef21794d9 (diff)
Fix spelling errors in doc, closes #7437
Further changes
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/groups.md4
-rw-r--r--doc/workflow/project_features.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/workflow/groups.md b/doc/workflow/groups.md
index 611f871cf77..52bf611dc5e 100644
--- a/doc/workflow/groups.md
+++ b/doc/workflow/groups.md
@@ -21,7 +21,7 @@ When your group has been created you are presented with the group dashboard feed
You can use the 'New project' button to add a project to the new group.
-## Transfering an existing project into a group
+## Transferring an existing project into a group
You can transfer an existing project into a group you own from the project settings page.
First scroll down to the 'Dangerous settings' and click 'Show them to me'.
@@ -59,7 +59,7 @@ See [the GitLab Enterprise Edition documentation](http://doc.gitlab.com/ee/integ
## Allowing only admins to create groups
By default, any GitLab user can create new groups.
-This ability can be disabled for individual users from the admin panel.
+This ability can be disabled for individual users from the admin panel.
It is also possible to configure GitLab so that new users default to not being able to create groups:
```
diff --git a/doc/workflow/project_features.md b/doc/workflow/project_features.md
index 48e86ee3ef5..a523b3facbe 100644
--- a/doc/workflow/project_features.md
+++ b/doc/workflow/project_features.md
@@ -16,7 +16,7 @@ They integrate deeply into GitLab and are easily referenced from anywhere by usi
Using a merge request, you can review and discuss code before it is merged in the branch of your code.
-As with issues, it can be assigned; people, issues, etc. can be refereced; milestones attached.
+As with issues, it can be assigned; people, issues, etc. can be referenced; milestones attached.
We see it as an integral part of working together on code and couldn't work without it.