diff options
author | Robert Schilling <Razer6@users.noreply.github.com> | 2015-04-27 09:25:22 +0200 |
---|---|---|
committer | Robert Schilling <Razer6@users.noreply.github.com> | 2015-04-27 09:25:22 +0200 |
commit | bafcee93b0587c330f425920315f713997129328 (patch) | |
tree | 86eef107f019b4e56189caf68146645bf7fa23bf | |
parent | 618dc4cd7c127837b1201a89ebc00ebbe447cd95 (diff) | |
parent | 7098b7bbe0de8e514c4e487a37446154021bf894 (diff) | |
download | gitlab-ce-bafcee93b0587c330f425920315f713997129328.tar.gz |
Merge pull request #9213 from bbodenmiller/patch-1
google -> Google
-rw-r--r-- | doc/integration/gitlab_buttons_in_gmail.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/integration/gitlab_buttons_in_gmail.md b/doc/integration/gitlab_buttons_in_gmail.md index a9885cef109..e35bb8ba693 100644 --- a/doc/integration/gitlab_buttons_in_gmail.md +++ b/doc/integration/gitlab_buttons_in_gmail.md @@ -7,11 +7,11 @@ If correctly setup, emails that require an action will be marked in Gmail.  To get this functioning, you need to be registered with Google. -[See how to register with google in this document.](https://developers.google.com/gmail/markup/registering-with-google) +[See how to register with Google in this document.](https://developers.google.com/gmail/markup/registering-with-google) -To aid the registering with google, GitLab offers a rake task that will send an email to google whitelisting email address from your GitLab server. +To aid the registering with Google, GitLab offers a rake task that will send an email to Google whitelisting email address from your GitLab server. -To check what would be sent to the google email address, run the rake task: +To check what would be sent to the Google email address, run the rake task: ```bash bundle exec rake gitlab:mail_google_schema_whitelisting RAILS_ENV=production @@ -19,7 +19,7 @@ bundle exec rake gitlab:mail_google_schema_whitelisting RAILS_ENV=production **This will not send the email but give you the output of how the mail will look.** -Copy the output of the rake task to [google email markup tester](https://www.google.com/webmasters/markup-tester/u/0/) and press "Validate". +Copy the output of the rake task to [Google email markup tester](https://www.google.com/webmasters/markup-tester/u/0/) and press "Validate". If you receive "No errors detected" message from the tester you can send the email using: |