Fix some typos · rubythonode/developer.github.com@53ebe2e · GitHub
Skip to content

Commit 53ebe2e

Browse files
committed
Fix some typos
1 parent a62c2ff commit 53ebe2e

7 files changed

Lines changed: 105 additions & 79 deletions

File tree

changes.atom

Lines changed: 55 additions & 55 deletions

guides/basics-of-authentication/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1 id="basics-of-authentication">Basics of Authentication</h1>
5353
<h2 id="registering-your-app">Registering your app</h2>
5454

5555
<p>First, you’ll need to <a href="https://github.com/settings/applications/new">register your
56-
application</a> application. Every
56+
application</a>. Every
5757
registered OAuth application is assigned a unique Client ID and Client Secret.
5858
The Client Secret should not be shared! That includes checking the string
5959
into your repository.</p>
@@ -161,7 +161,7 @@ <h2 id="implementing-persistent-authentication">Implementing “persistent” au
161161
<code>http://localhost:4567/basic</code>. You’ll get an error.</p>
162162

163163
<p>What if we could circumvent the entire
164-
“click here” process, and just <em>remember</em> that, as log as the user’s logged into
164+
“click here” process, and just <em>remember</em> that, as long as the user’s logged into
165165
GitHub, they should be able to access this application? Hold on to your hat,
166166
because <em>that’s exactly what we’re going to do</em>.</p>
167167

shared/css/documentation.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,25 @@ div.expandable > ul h3 > a.expanded:hover {
947947
}
948948

949949

950+
.alert {
951+
position:relative;
952+
margin:0 auto;
953+
padding:5px;
954+
font-size:12px;
955+
color:#264c72;
956+
border: 1px solid #97c1da;
957+
border-radius: 3px;
958+
background-color: #d8ebf8;
959+
background: -moz-linear-gradient(#d8ebf8, #d0e3ef);
960+
background: -webkit-linear-gradient(#d8ebf8, #d0e3ef);
961+
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8ebf8', endColorstr='#d0e3ef')"; /* IE8+ */
962+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
963+
text-shadow: 0 1px 0 rgba(#fff, 0.8);
964+
}
965+
966+
.alert:first-child { margin-top: 0 }
967+
.alert:last-child { margin-bottom: 0 }
968+
950969
li.api-status a.good {
951970
color: #227b41;
952971
}

v3/gists/comments/index.html

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)