Skip to content

Commit 6883b6c

Browse files
committed
Merge pull request abraham#6 from youngbobby/patch-1
Spelling error in profile.html
2 parents 5a6f455 + 1c12a1a commit 6883b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ <h1>User details <a href="https://github.com/abraham/twitteroauth-demo/blob/mast
55
<p>The user has now authorized access to their Twitter account. The access_token is specific to the user so anytime you want to act as the user create a TwitterOAuth instance and start making requests.</p>
66

77
<h2>Credential storage</h2>
8-
<p>Pull the long-lived credentials out of storage. This example uses basic PHP sessions but you implementation should use a database like PostgreSQL/MongoDB/etc.</p>
8+
<p>Pull the long-lived credentials out of storage. This example uses basic PHP sessions but your implementation should use a database like PostgreSQL/MongoDB/etc.</p>
99

1010
<pre>
1111
$access_token = $_SESSION['access_token'];

0 commit comments

Comments
 (0)