Skip to content

Commit cb90437

Browse files
authored
Merge pull request abraham#9 from ksimka/patch-1
fix typo
2 parents 6fd2b4c + b8c3e00 commit cb90437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2>Authorization flow</h2>
6565

6666

6767
<h2>Usage</h2>
68-
<p>Unlike many Twitter API libraries, TwitterOAuth doesn't provide a custom function for every API method. Instead there are a couple of generic functions so that as Twitter adds features to the API you don't need to update the library. Here is an example of <a href="https://dev.twitter.com/rest/reference/get/statuses/home_timeline">GET statues/home_timeline</a>.</p>
68+
<p>Unlike many Twitter API libraries, TwitterOAuth doesn't provide a custom function for every API method. Instead there are a couple of generic functions so that as Twitter adds features to the API you don't need to update the library. Here is an example of <a href="https://dev.twitter.com/rest/reference/get/statuses/home_timeline">GET statuses/home_timeline</a>.</p>
6969

7070
<b>HTTP</b>
7171
<pre>

0 commit comments

Comments
 (0)