Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 9190dd5

Browse files
authored
Update basics-of-authentication.md
Deleted an extra </a> in the views/index.erb sample, line 68
1 parent 3f411bd commit 9190dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/basics-of-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Next, in _views/index.erb_, paste this content:
6565
</p>
6666
<p>
6767
We're going to now talk to the GitHub API. Ready?
68-
<a href="https://github.com/login/oauth/authorize?scope=user:email&client_id=<%=%20client_id%20%>">Click here</a> to begin!</a>
68+
<a href="https://github.com/login/oauth/authorize?scope=user:email&client_id=<%=%20client_id%20%>">Click here</a> to begin!
6969
</p>
7070
<p>
7171
If that link doesn't work, remember to provide your own <a href="/v3/oauth/#web-application-flow">Client ID</a>!

0 commit comments

Comments
 (0)