Skip to content

Commit 01d9637

Browse files
committed
📝 (Repo Wide) Removing 2 spaces after periods
Based on following rule from styleguide.md * Watch out for 2 spaces after periods--there can be only one. Ran `\.\s{2,}` and replaced with a single space.
1 parent d82a860 commit 01d9637

21 files changed

+29
-34
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Members of the community are open to collaboration, whether it's on pull request
99
Members of the community are considerate of their peers, which include other contributors and users of SendGrid. We're thoughtful when addressing the efforts of others, keeping in mind that often the labor was completed with the intent of the good of the community. We're attentive in our communications, whether in person or online, and we're tactful when approaching differing views.
1010

1111
### Be Respectful
12-
Members of the community are respectful. We're respectful of others, their positions, their skills, their commitments and their efforts. We're respectful of the volunteer efforts that permeate the SendGrid community. We're respectful of the processes outlined in the community, and we work within them. When we disagree, we are courteous in raising our issues. Overall, we're good to each other. We contribute to this community not because we have to, but because we want to. If we remember that, these guidelines will come naturally.
12+
Members of the community are respectful. We're respectful of others, their positions, their skills, their commitments and their efforts. We're respectful of the volunteer efforts that permeate the SendGrid community. We're respectful of the processes outlined in the community, and we work within them. When we disagree, we are courteous in raising our issues. Overall, we're good to each other. We contribute to this community not because we have to, but because we want to. If we remember that, these guidelines will come naturally.
1313

1414
## Additional Guidance
1515

1616
### Disclose Potential Conflicts of Interest
1717
Community discussions often involve interested parties. We expect participants to be aware when they are conflicted due to employment or other projects they are involved in and disclose those interests to other project members. When in doubt, over-disclose. Perceived conflicts of interest are important to address so that the community’s decisions are credible even when unpopular, difficult or favorable to the interests of one group over another.
1818

1919
### Interpretation
20-
This Code is not exhaustive or complete. It is not a rulebook; it serves to distill our common understanding of a collaborative, shared environment and goals. We expect it to be followed in spirit as much as in the letter. When in doubt, try to abide by [SendGrid’s cultural values](https://sendgrid.com/blog/employee-engagement-the-4h-way) defined by our “4H’s”: Happy, Hungry, Humble and Honest.
20+
This Code is not exhaustive or complete. It is not a rulebook; it serves to distill our common understanding of a collaborative, shared environment and goals. We expect it to be followed in spirit as much as in the letter. When in doubt, try to abide by [SendGrid’s cultural values](https://sendgrid.com/blog/employee-engagement-the-4h-way) defined by our “4H’s”: Happy, Hungry, Humble and Honest.
2121

2222
### Enforcement
2323
Most members of the SendGrid community always comply with this Code, not because of the existence of this Code, but because they have long experience participating in open source communities where the conduct described above is normal and expected. However, failure to observe this Code may be grounds for suspension, reporting the user for abuse or changing permissions for outside contributors.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Hello! Thank you for choosing to help contribute to one of the SendGrid open source libraries. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
1+
Hello! Thank you for choosing to help contribute to one of the SendGrid open source libraries. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
22

33
* [CLAs and CCLAs](#cla)
44
* [Feature Request](#feature-request)

content/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If there is no field for priority, type 10 before the address. e.g. `10 mx.sendg
6767

6868
You are now on the Inbound Parse page.
6969

70-
2. Click **Add Host & URL**.
70+
2. Click **Add Host & URL**.
7171

7272
Here you will specify the subdomain and root domain of the receiving domain (or hostname). All emails sent to this receiving domain will be parsed.
7373

content/docs/for-developers/sending-email/applemail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Unfortunately, there is not an easy way to add SMTP API headers to a message in
4444

4545
## Attachment Compatibility
4646

47-
Mail will sometimes attach images in a way that is incompatible with other email readers. However, this behavior can be be changed so that Mail will send more traditional non-inline attachments.
47+
Mail will sometimes attach images in a way that is incompatible with other email readers. However, this behavior can be be changed so that Mail will send more traditional non-inline attachments.
4848

4949
1. Open Terminal (found in Finder > Applications > Utilities).
5050
1. In Terminal, paste the following: ```defaults write com.apple.mail DisableInlineAttachmentViewing -bool yes```.

content/docs/for-developers/sending-email/formio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once you have a project created, you can now view the project live within the Pr
3232
Once you have a Form.io project, the next step is to create an **API Key** within your SendGrid account (under **Settings | API Keys**). Ensure that the API Key you create has **Full Access** for the **Mail Send** permission. Once you have your API Key, go back to your Form.io project and follow these steps.
3333

3434
1. Click the **Project Settings** button located at the top right of your screen.
35-
1. Click the **Email Providers** tab on the left and then the **SendGrid Settings** tab.
35+
1. Click the **Email Providers** tab on the left and then the **SendGrid Settings** tab.
3636
1. Input the *SendGrid API Key* provided to you when the API key was created.
3737
1. **Save** your settings.
3838

@@ -48,7 +48,7 @@ Now that you have your project configured to send emails through SendGrid, the n
4848

4949
![Add Email Action]({{root_url}}/images/formio-add-email.png "Form.io Add Email Action")
5050

51-
4. Now on the email settings page, select **SendGrid** for the **Transport** of the action.
51+
4. Now on the email settings page, select **SendGrid** for the **Transport** of the action.
5252
5. Input a **From** email address you would like to send the email from.
5353
1. Input a **To** email address you would like to send the email to. For this, you can use handlebar notation, such as ```{{ data.user }}```, to access the data from the submission as you see in the following image.
5454
1. Input a **Subject** for the message being sent.

content/docs/for-developers/sending-email/thunderbird.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ To send email using Thunderbird you will have to modify your outgoing server set
4040
4. Enter "mail.compose.other.header" under "Filter:"
4141
5. Double-click **mail.compose.other.header**.
4242
6. Enter "X-SMTPAPI"
43-
7. Click **OK**.
44-
8. Close the configuration editor and preferences dialog.
43+
7. Click **OK**.
44+
8. Close the configuration editor and preferences dialog.
4545

4646
![]({{root_url}}/images/thunderbird_4.png "thunderbird_header")
4747

content/docs/glossary/dmarc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Enter DMARC, "Domain-based Message Authentication, Reporting & Conformance". Whi
1717

1818
## How do I implement DMARC?
1919

20-
Deploying DMARC for your email systems is a powerful way to help prevent malicious entities from potentially spoofing or otherwise tarnishing your good name. DMARC isn't for everyone, if you own a small domain, you're probably ok without it. If you have ever had problems with phishing in the past, or have a business that is financial oriented in nature, It might be right for you.
20+
Deploying DMARC for your email systems is a powerful way to help prevent malicious entities from potentially spoofing or otherwise tarnishing your good name. DMARC isn't for everyone, if you own a small domain, you're probably ok without it. If you have ever had problems with phishing in the past, or have a business that is financial oriented in nature, It might be right for you.
2121

22-
DMARC, in conjunction with a dedicated IP (included in Pro or higher accounts) is a great start to getting industry-supported piece of mind. The DMARC aggregate and forensic reports are designed to be machine readable, and can be difficult for humans to make sense of. You will also need to utilize a DMARC report monitoring service to collect the reports and present the information in a meaningful way that leads to actionable insights.
22+
DMARC, in conjunction with a dedicated IP (included in Pro or higher accounts) is a great start to getting industry-supported piece of mind. The DMARC aggregate and forensic reports are designed to be machine readable, and can be difficult for humans to make sense of. You will also need to utilize a DMARC report monitoring service to collect the reports and present the information in a meaningful way that leads to actionable insights.
2323
Return Path's Brand Monitor is one, and Agari is another.
2424

2525
*To set up DMARC:*
@@ -33,7 +33,7 @@ Return Path's Brand Monitor is one, and Agari is another.
3333

3434
## 1. Deploy DKIM & SPF by setting up reverse DNS for you SendGrid IP
3535

36-
Start by completing reverse DNS for your SendGrid IP. This ensures that emails sent through your SendGrid account will be properly signed using DKIM and SPF for your unique domain.
36+
Start by completing reverse DNS for your SendGrid IP. This ensures that emails sent through your SendGrid account will be properly signed using DKIM and SPF for your unique domain.
3737
For more information on reverse DNS,
3838

3939
## 2. Ensure proper DKIM and SPF signing for your authenticated domain
@@ -100,13 +100,13 @@ Example: receiver.org!sender.com!1335571200!1335657599.zip
100100

101101
## 5. Escalate your DMARC policy tags from p=none to p=quarantine to p=reject as you gain experience
102102

103-
Now that you’ve tested and tweaked your mail streams to determine exactly who and what is sending mail for your domain, it’s time to turn it up a notch.
103+
Now that you’ve tested and tweaked your mail streams to determine exactly who and what is sending mail for your domain, it’s time to turn it up a notch.
104104

105105
Up until now you should have only been using the p=none policy to get reports of any errant behavior, and you should have a good idea of where email is coming from. The next step is to adjust the policy on your DMARC record to start controlling how receivers handle mail claiming to be from your domain.
106106

107107
**p=none** - Get reports of infractions, but no action is taken by recipients as far as processing the messages themselves.
108108

109-
**p=quarantine** - Unqualified mail goes directly to spam, but can be recovered. This is useful when you’re fairly certain you know all the locations where mail is coming from, but want to ‘softfail’ any messages that are unqualified until you’re 100% sure.
109+
**p=quarantine** - Unqualified mail goes directly to spam, but can be recovered. This is useful when you’re fairly certain you know all the locations where mail is coming from, but want to ‘softfail’ any messages that are unqualified until you’re 100% sure.
110110

111111
**p=reject** - When you’re absolutely sure you know every server and service that is sending email for your domain, signing is in place for each of these services and you want anything with the audacity to claim otherwise completely denied. Unqualified mail is completely deleted by the recipient mail server, never to be seen again.
112112

content/docs/ui/account-and-settings/account-under-review.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An account in a suspended state continues to incur auto-renewal billing for your
3333

3434
### Deactivated
3535

36-
A deactivated SendGrid account cannot accept mail. Upon deactivation, SendGrid deletes any undelivered mail queued on the system. Click and Open tracking links are disabled in the deactivated account. Deactivated subusers are not accessible via the ‘log in as’ method available to parent accounts. However, deactivated subusers can still log in directly.
36+
A deactivated SendGrid account cannot accept mail. Upon deactivation, SendGrid deletes any undelivered mail queued on the system. Click and Open tracking links are disabled in the deactivated account. Deactivated subusers are not accessible via the ‘log in as’ method available to parent accounts. However, deactivated subusers can still log in directly.
3737

3838
<call-out>
3939

@@ -43,7 +43,7 @@ An account in a deactivated state continues to incur auto-renewal billing for yo
4343

4444
### Banned
4545

46-
Banned accounts cannot access our system either through SendGrid.com or the API. Our system does not accept email requests from banned accounts. Dedicated IPs assigned to the account are removed. Related subusers are unable to send email or access their account.
46+
Banned accounts cannot access our system either through SendGrid.com or the API. Our system does not accept email requests from banned accounts. Dedicated IPs assigned to the account are removed. Related subusers are unable to send email or access their account.
4747

4848
<call-out>
4949

content/docs/ui/account-and-settings/api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ Once you delete a key, it can no longer be used to access SendGrid’s services.
101101

102102
</call-out>
103103

104-
Click the action menu in the same row as the key you want to delete. Select **Delete**. This will delete the key permanently, making it inactive. Any subsequent API calls using this deleted API key will be rejected by SendGrid.
104+
Click the action menu in the same row as the key you want to delete. Select **Delete**. This will delete the key permanently, making it inactive. Any subsequent API calls using this deleted API key will be rejected by SendGrid.

content/docs/ui/account-and-settings/dedicated-ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ After purchasing your IP, we strongly encourage you to set up reverse DNS. For m
7070

7171
## Reputation Monitoring for dedicated IP Accounts
7272

73-
SendGrid does not offer dedicated IP address reputation monitoring as a service. We do not manage the reputation of your dedicated IP address since only your mail is being sent via your dedicated IP. This means that you have ultimate control over the content that is being sent out and therefore are responsible for monitoring and maintaining its reputation and listing status. However, there are many services that can help you maintain your IP’s reputation.
73+
SendGrid does not offer dedicated IP address reputation monitoring as a service. We do not manage the reputation of your dedicated IP address since only your mail is being sent via your dedicated IP. This means that you have ultimate control over the content that is being sent out and therefore are responsible for monitoring and maintaining its reputation and listing status. However, there are many services that can help you maintain your IP’s reputation.
7474

7575
The following are some third party tools available to assist you in maintaining your reputation:
7676

0 commit comments

Comments
 (0)