Skip to content

Commit 9d39af2

Browse files
committed
Follow style guide: refer to CSV file not .csv file, etc.
1 parent fab0b7c commit 9d39af2

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

linklint-2.3.5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,8 @@ Output:
447447
-quiet Don't print progress on screen.
448448
-silent Don't print summary on screen.
449449
-docbase exp Overrides defaults for linking html output back to site.
450-
-textonly Only write .txt files in -doc directory.
451-
-htmlonly Erase .txt files after .html output files are written.
450+
-textonly Only write TXT files in -doc directory.
451+
-htmlonly Erase TXT files after HTML output files are written.
452452
-output_frames Have index.html open a new window when viewing data files
453453
-url_doc_prefix p Prefix Remote URL output files with "p" instead of "url".
454454
-output_index xxx Output index files will be "xxx.txt" and "xxx.html".
@@ -2003,7 +2003,7 @@ sub OpenDoc
20032003
};
20042004

20052005
$DOCFILES++; # count files created
2006-
$DOCFILES{$DOCFILE} = $htmlfile; # keep a list of .txt files
2006+
$DOCFILES{$DOCFILE} = $htmlfile; # keep a list of TXT files
20072007
select(DOC); # print's will default to DOC
20082008
print "file: $DOCFILE\n"; # identify filename
20092009
print &Preamble; # print a file header

source/Classroom/Basics/Email_Infrastructure/everything_about_dmarc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Example: receiver.org!sender.com!1335571200!1335657599.zip
8989

9090
<?xml version="1.0" encoding="UTF-8" ?><feedback>  <report_metadata>    <org_name>receiver.com</org_name>    <email>noreply-dmarc-support@receiver.com</email>    <extra_contact_info>http://receiver.com/dmarc/support</extra_contact_info>    <report_id>9391651994964116463</report_id>    <date_range>      <begin>1335571200</begin>      <end>1335657599</end>    </date_range>  </report_metadata>  <policy_published>    <domain>sender.com</domain>    <adkim>r</adkim>    <aspf>r</aspf>    <p>none</p>    <sp>none</sp>    <pct>100</pct>  </policy_published>  <record>    <row>      <source_ip>72.150.241.94</source_ip>      <count>2</count>      <policy_evaluated>        <disposition>none</disposition>        <dkim>fail</dkim>        <spf>pass</spf>      </policy_evaluated>    </row>    <identifiers>      <header_from>sender.com</header_from>    </identifiers>    <auth_results>      <dkim>        <domain>sender.com</domain>        <result>fail</result>        <human_result></human_result>      </dkim>      <dkim>        <domain>sender.net</domain>        <result>pass</result>        <human_result></human_result>      </dkim>      <spf>        <domain>sender.com</domain>        <result>pass</result>      </spf>    </auth_results>  </record></feedback>
9191

92-
\*Note: Aggregate reports are sent as a .zip attachment, so be sure the address you’re defining is able to accept attachments in this file type.
92+
\*Note: Aggregate reports are sent as a ZIP attachment, so be sure the address you’re defining is able to accept attachments in this file type.
9393

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

source/Classroom/Basics/Integrate/interspire_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Once these settings changes have been made within the Email Settings page within
3434

3535
## Bounce integration
3636

37-
A bounce event occurs when mail is not able to be handed off to the mail servers at the end recipient's address. This could happen for a number of reasons such as a full mailbox at the address, or the address not existing at all. SendGrid generates a Bounces suppression list when you send mail to addresses that end up bouncing. We suppress subsequent mail to these addresses unless you tell us otherwise in the Email Reports tab within your account. There are two primary ways you can integrate these bounces, generated by SendGrid's system, with Email Marketer. You can download a .CSV file of bounced addresses by navigating to Email Reports > Bounces within your SendGrid account. You can then upload this list into Email Marketer's system in order to mark "subscribers" as "unsubscribed." You can also handle bounces more programmatically by using our Event API to capture POSTed events and then unsubscribing subscribers in the Email Marketer system by making calls to their XML API.
37+
A bounce event occurs when mail is not able to be handed off to the mail servers at the end recipient's address. This could happen for a number of reasons such as a full mailbox at the address, or the address not existing at all. SendGrid generates a Bounces suppression list when you send mail to addresses that end up bouncing. We suppress subsequent mail to these addresses unless you tell us otherwise in the Email Reports tab within your account. There are two primary ways you can integrate these bounces, generated by SendGrid's system, with Email Marketer. You can download a CSV file of bounced addresses by navigating to Email Reports > Bounces within your SendGrid account. You can then upload this list into Email Marketer's system in order to mark "subscribers" as "unsubscribed." You can also handle bounces more programmatically by using our Event API to capture POSTed events and then unsubscribing subscribers in the Email Marketer system by making calls to their XML API.
3838

3939
More info on SendGrid's Event API can be found [here](http://sendgrid.com/docs/API_Reference/Webhooks/event.html)
4040

source/Classroom/Build/Add_Content/universal_links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Example apple-app-site-association file:
9696
{% endcodeblock %}
9797

9898
{% warning %}
99-
**Do not** append the .json file extension to your apple-app-site-association file!
99+
**Do not** append the JSON file extension to your apple-app-site-association file!
100100
{% endwarning %}
101101

102102
{% anchor h3 %}

source/Classroom/Deliver/Delivery_Introduction/unsubscribes_explained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ And that's all it takes! These two unsubscribe methods are the core of managing
3333

3434
**Downloading Unsubscribes**
3535

36-
Global Unsubscribes can be exported as a .CSV from the [Global Unsubscribes Suppression List](https://app.sendgrid.com/suppressions/global_unsubscribes) page by clicking the gear in the top-right.
36+
Global Unsubscribes can be exported as a CSV file from the [Global Unsubscribes Suppression List](https://app.sendgrid.com/suppressions/global_unsubscribes) page by clicking the gear in the top-right.
3737

3838
**Custom HTML Unsubscribes**
3939

source/Glossary/dmarc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Example: receiver.org!sender.com!1335571200!1335657599.zip
9595

9696
<?xml version="1.0" encoding="UTF-8" ?><feedback>  <report_metadata>    <org_name>receiver.com</org_name>    <email>noreply-dmarc-support@receiver.com</email>    <extra_contact_info>http://receiver.com/dmarc/support</extra_contact_info>    <report_id>9391651994964116463</report_id>    <date_range>      <begin>1335571200</begin>      <end>1335657599</end>    </date_range>  </report_metadata>  <policy_published>    <domain>sender.com</domain>    <adkim>r</adkim>    <aspf>r</aspf>    <p>none</p>    <sp>none</sp>    <pct>100</pct>  </policy_published>  <record>    <row>      <source_ip>72.150.241.94</source_ip>      <count>2</count>      <policy_evaluated>        <disposition>none</disposition>        <dkim>fail</dkim>        <spf>pass</spf>      </policy_evaluated>    </row>    <identifiers>      <header_from>sender.com</header_from>    </identifiers>    <auth_results>      <dkim>        <domain>sender.com</domain>        <result>fail</result>        <human_result></human_result>      </dkim>      <dkim>        <domain>sender.net</domain>        <result>pass</result>        <human_result></human_result>      </dkim>      <spf>        <domain>sender.com</domain>        <result>pass</result>      </spf>    </auth_results>  </record></feedback>
9797

98-
\*Note: Aggregate reports are sent as a .zip attachment, so be sure the address you’re defining is able to accept attachments in this file type.
98+
\*Note: Aggregate reports are sent as a ZIP attachment, so be sure the address you’re defining is able to accept attachments in this file type.
9999

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

source/Integrate/Other/interspire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Once these settings changes have been made within the Email Settings page within
2727

2828
## Bounce integration</span>
2929

30-
A bounce event occurs when mail is not able to be handed off to the mail servers at the end recipient's address. This could happen for a number of reasons such as a full mailbox at the address, or the address not existing at all. SendGrid generates a Bounces suppression list when you send mail to addresses that end up bouncing. We suppress subsequent mail to these addresses unless you tell us otherwise in the Email Reports tab within your account. There are two primary ways you can integrate these bounces, generated by SendGrid's system, with Email Marketer. You can download a .CSV file of bounced addresses by navigating to Email Reports \> Bounces within your SendGrid account. You can then upload this list into Email Marketer's system in order to mark "subscribers" as "unsubscribed." You can also handle bounces more programmatically by using our Event API to capture POSTed events and then unsubscribing subscribers in the Email Marketer system by making calls to their XML API.
30+
A bounce event occurs when mail is not able to be handed off to the mail servers at the end recipient's address. This could happen for a number of reasons such as a full mailbox at the address, or the address not existing at all. SendGrid generates a Bounces suppression list when you send mail to addresses that end up bouncing. We suppress subsequent mail to these addresses unless you tell us otherwise in the Email Reports tab within your account. There are two primary ways you can integrate these bounces, generated by SendGrid's system, with Email Marketer. You can download a CSV file of bounced addresses by navigating to Email Reports \> Bounces within your SendGrid account. You can then upload this list into Email Marketer's system in order to mark "subscribers" as "unsubscribed." You can also handle bounces more programmatically by using our Event API to capture POSTed events and then unsubscribing subscribers in the Email Marketer system by making calls to their XML API.
3131

3232
See more info on the [Event Webhook]({{root_url}}/API_Reference/Webhooks/event.html).
3333

source/Integrate/Tutorials/WordPress/subscription_widget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Automatically Install the SendGrid Plugin from the WordPress Admin Page
4242
5. Navigate to **Settings**, select **SendGrid Settings**, and enter your SendGrid credentials.
4343

4444
{% anchor h3 %}
45-
Manually Install the SendGrid Plugin by Uploading the SendGrid Plugin .ZIP File
45+
Manually Install the SendGrid Plugin by Uploading the SendGrid Plugin ZIP File
4646
{% endanchor %}
4747

4848
1. Upload the WordPress SendGrid Plugin to the **/wp-contents/plugins/** folder.
@@ -138,7 +138,7 @@ For example, if you want your form to look like the following:
138138

139139
![]({{root_url}}/images/example_form.png)
140140

141-
You would need to add the following to your .css file:
141+
You would need to add the following to your CSS file:
142142

143143
{% codeblock lang:css %}
144144
.sendgrid_mc_label{

source/User_Guide/Marketing_Campaigns/Managing_Contacts/adding_contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Your first 2,000 contacts are free. After 2,000 contacts, SendGrid charges $10 f
2828
Formatting a CSV
2929
{% endanchor %}
3030

31-
You can easily add contacts to your contact database by uploading a CSV of your contacts to SendGrid. If you have your contacts in a spreadsheet, simply save that sheet as a .csv file using a spreadsheet application like Microsoft Excel or Google Sheets. You can also export your contacts from most database systems as a .csv file. For more information, see the documentation on [Formatting a CSV](https://sendgrid.com/docs/User_Guide/Marketing_Campaigns/Managing_Contacts/formating_a_CSV.html).
31+
You can easily add contacts to your contact database by uploading a CSV of your contacts to SendGrid. If you have your contacts in a spreadsheet, simply save that sheet as a CSV file using a spreadsheet application like Microsoft Excel or Google Sheets. You can also export your contacts from most database systems as a CSV file. For more information, see the documentation on [Formatting a CSV](https://sendgrid.com/docs/User_Guide/Marketing_Campaigns/Managing_Contacts/formating_a_CSV.html).
3232

3333
{% anchor h3 %}
3434
Uploading a CSV

styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Not every single page or step needs an accompanying screenshot. When in doubt, f
143143

144144
### File format and naming:
145145

146-
Please use .png, .gif, or .jpg files. Give the screenshots unique, meaningful names, obeying a specific format, such as general_settings_privacy. Avoid spaces, uppercase letters, and excessively long names.
146+
Please use PNG, GIF, or JPG files. Give the screenshots unique, meaningful names, obeying a specific format, such as general_settings_privacy. Avoid spaces, uppercase letters, and excessively long names.
147147

148148
### Size and resolution:
149149

0 commit comments

Comments
 (0)