Skip to content

Commit 97d77af

Browse files
committed
Merge pull request abraham#4 from siddharthgopi/patch-1
fixed possible typo
2 parents 771f572 + 8cacd5a commit 97d77af

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
@@ -19,7 +19,7 @@ <h2>Authenticated requests</h2>
1919
</pre>
2020

2121
<h2>Get account details</h2>
22-
<p>At this point we will use the temporary request token to get the long lived access_token that is authorized to act as the user.</p>
22+
<p>At this point we will use the access token that is authorized to act as the user, to get their account details.</p>
2323

2424
<b>Request</b>
2525
<pre>

0 commit comments

Comments
 (0)