summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-10-29 09:01:11 +1000
committerEvan Read <eread@gitlab.com>2018-10-29 09:01:11 +1000
commit5f733a6c720c4a4ba2782c64c13124a9eac1b121 (patch)
tree7b33911f3c02e7cf06ad1e5d93814e77f2d5e4cc
parent08da57d45eb974fe8a5b13a8ca6b3f86a7eb0275 (diff)
downloadgitlab-ce-docs/fix-notifications-topic.tar.gz
Apply review comments, and fix capitalisationdocs/fix-notifications-topic
-rw-r--r--doc/workflow/notifications.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md
index 908ea819121..9e41038e02e 100644
--- a/doc/workflow/notifications.md
+++ b/doc/workflow/notifications.md
@@ -10,14 +10,14 @@ You can find notification settings under the user profile.
Notification settings are divided into three groups:
-- Global Settings.
-- Group Settings.
-- Project Settings.
+- Global settings
+- Group settings
+- Project settings
Each of these settings have levels of notification:
- Watch: Receive notifications for any activity.
-- On Mention: Receive notifications when @mentioned in comments.
+- On Mention: Receive notifications when `@mentioned` in comments.
- Participate: Receive notifications for threads you have participated in.
- Disabled: Turns off notifications.
- Custom: Receive notifications for custom selected events.
@@ -25,7 +25,7 @@ Each of these settings have levels of notification:
### Global Settings
-Global Settings are at the bottom of the hierarchy.
+Global settings are at the bottom of the hierarchy.
Any setting set here will be overridden by a setting at the group or a project level.
Group or Project settings can use `global` notification setting which will then use
@@ -35,7 +35,7 @@ anything that is set at Global Settings.
![notification settings](img/notification_group_settings.png)
-Group Settings are taking precedence over Global Settings but are on a level below Project or Subgroup Settings:
+Group settings are taking precedence over Global Settings but are on a level below Project or Subgroup settings:
```
Group < Subgroup < Project
@@ -51,7 +51,7 @@ These settings can be configured on group page under the name of the group. It w
![notification settings](img/notification_project_settings.png)
-Project Settings are at the top level and any setting placed at this level will take precedence of any
+Project settings are at the top level and any setting placed at this level will take precedence of any
other setting.
This is suitable for users that have different needs for notifications per project basis.
These settings can be configured on project page under the name of the project. It will be the dropdown with the bell icon. They can also be configured on the user profile notifications dropdown.