summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2011-05-04 17:45:40 -0500
committerAndy Lester <andy@petdance.com>2011-05-04 17:45:40 -0500
commit8263b964f33c10dd5aad76ceb6fccc1c79b0ff1d (patch)
treeba7f16337575593acf434386857ba6e96fdb4800 /_posts
parent5201894892cb3726e3fd61826d20e6f91ca6a602 (diff)
Fix a run-on sentence, and fix spelling of Gravatar.
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-06-16-troubleshooting-common-issues.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2009-06-16-troubleshooting-common-issues.markdown b/_posts/2009-06-16-troubleshooting-common-issues.markdown
index 787eba0..fc886c0 100644
--- a/_posts/2009-06-16-troubleshooting-common-issues.markdown
+++ b/_posts/2009-06-16-troubleshooting-common-issues.markdown
@@ -10,17 +10,17 @@ I can't push, "Permission denied (publickey)"
Make sure you've [set up an SSH key](/key-setup-redirect) and are using the correct URL (they are case-sensitive). Check [this guide](/troubleshooting-ssh) for more information.
-My commits aren't linked to my user, to the wrong user, or don't have a gravatar
+My commits aren't linked to my user, to the wrong user, or don't have a Gravatar
-----------------------------------------------------------------------------------
Make sure your [git](/git-email-settings) and [GitHub](https://github.com/account#email_bucket) email settings match.
You may also need to check your Gravatar account to make sure your Gravatar has a "G" rating.
-I changed my gravatar but it's not updating
+I changed my Gravatar but it's not updating
-------------------------------------------
-Browsers cache gravatar images for a very long time, clear your cache.
+Gravatar images are cached for a very long time. Clear your browser's cache.
Syntax highlighting isn't working for my language
-------------------------------------------------