Skip to content

Commit 7831e40

Browse files
authored
Update word
1 parent 8a5bca6 commit 7831e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/redirect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44
<h1>Starting authorization <a href="https://github.com/abraham/twitteroauth-demo/blob/master/templates/redirect.html"><span class="glyphicon glyphicon-edit small" aria-hidden="true" title="Edit this page on GitHub"></span></a></h1>
5-
<p>Generating a request_token should only happen when a user shows intent to sign into your site. It requires making an API request to Twitter. In your implementation this page should generally have no HTML rendered and instead do a redirect the the generated URL.</p>
5+
<p>Generating a request_token should only happen when a user shows intent to sign into your site. It requires making an API request to Twitter. In your implementation this page should generally have no HTML rendered and instead do a redirect to the generated URL.</p>
66

77
<h2>Bootstrapping</h2>
88
<p>First we set need to autoload the TwitterOAuth class and the need Twitter application details. We will also construct a TwitterOAuth instance with the application consumer_key and consumer_secret.</p>

0 commit comments

Comments
 (0)