Skip to content

Commit

Permalink
Merge pull request #110 from mattr-/osx-pedantry
Browse files Browse the repository at this point in the history
Spell OS X as 'OS X' not 'OSX'
  • Loading branch information
rtyley committed Mar 27, 2012
2 parents 9781e31 + eb421f4 commit 82b29c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _posts/2008-01-01-linux-set-up-git.markdown
Expand Up @@ -6,7 +6,7 @@ description: A quick guide to help you get started with Git

<p class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</p>

<p class="intro">This is the guide for setting up git in <strong>Linux</strong>. There are also guides for <strong><a href="/mac-set-up-git">OSX</a></strong> and <strong><a href="/win-set-up-git">Windows</a></strong>.</p>
<p class="intro">This is the guide for setting up git in <strong>Linux</strong>. There are also guides for <strong><a href="/mac-set-up-git">OS X</a></strong> and <strong><a href="/win-set-up-git">Windows</a></strong>.</p>

##<span class="step">First:</span> Download and Install Git

Expand Down Expand Up @@ -96,4 +96,4 @@ Congratulations, you now have Git and GitHub all set up! What do you want to do
<li><a href="/create-a-repo/">Create A Repository</a></li>
<li><a href="/fork-a-repo/">Fork A Repository</a></li>
<li><a href="/be-social/">Be Social</a></li>
</ol>
</ol>
4 changes: 2 additions & 2 deletions _posts/2008-01-01-mac-set-up-git.markdown
Expand Up @@ -6,7 +6,7 @@ description: A quick guide to help you get started with Git

<p class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</p>

<p class="intro">This is the guide for setting up git in <strong>OSX</strong>. There are also guides for <strong><a href="/win-set-up-git">Windows</a></strong> and <strong><a href="/linux-set-up-git">Linux</a></strong>.</p>
<p class="intro">This is the guide for setting up git in <strong>OS X</strong>. There are also guides for <strong><a href="/win-set-up-git">Windows</a></strong> and <strong><a href="/linux-set-up-git">Linux</a></strong>.</p>

##<span class="step">First:</span> Download and Install Git

Expand Down Expand Up @@ -79,4 +79,4 @@ Congratulations, you now have Git and GitHub all set up! What do you want to do
<li><a href="/create-a-repo/">Create A Repository</a></li>
<li><a href="/fork-a-repo/">Fork A Repository</a></li>
<li><a href="/be-social/">Be Social</a></li>
</ol>
</ol>
4 changes: 2 additions & 2 deletions _posts/2008-01-01-win-set-up-git.markdown
Expand Up @@ -6,7 +6,7 @@ description: A quick guide to help you get started with Git

<p class="intro">If you&rsquo;ve found yourself on this page, we&rsquo;re assuming you&rsquo;re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</p>

<p class="intro">This is the guide for setting up git in <strong>Windows</strong>. There are also guides for <strong><a href="/mac-set-up-git">OSX</a></strong> and <strong><a href="/linux-set-up-git">Linux</a></strong>.</p>
<p class="intro">This is the guide for setting up git in <strong>Windows</strong>. There are also guides for <strong><a href="/mac-set-up-git">OS X</a></strong> and <strong><a href="/linux-set-up-git">Linux</a></strong>.</p>

##<span class="step">First:</span> Download and Install Git

Expand Down Expand Up @@ -94,4 +94,4 @@ Congratulations, you now have Git and GitHub all set up! What do you want to do
</ol>
<script>
$('#os').html("<b>" + $.client.os + "</b>");
</script>
</script>

0 comments on commit 82b29c1

Please sign in to comment.