Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9190dd5

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎content/guides/basics-of-authentication.md‎

Copy file name to clipboardExpand all lines: content/guides/basics-of-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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=<%= client_id %>">Click here</a> to begin!</a>
68+
<a href="https://github.com/login/oauth/authorize?scope=user:email&client_id=<%= client_id %>">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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.