We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e89971 + 30d807c commit 18eae07Copy full SHA for 18eae07
templates/index.html
@@ -71,7 +71,7 @@ <h2>Usage</h2>
71
72
<b>TwitterOAuth</b>
73
<pre>
74
-$statues = $connection->get("statuses/home_timeline", array("count" => 25, "exclude_replies" => true));
+$statuses = $connection->get("statuses/home_timeline", array("count" => 25, "exclude_replies" => true));
75
</pre>
76
77
0 commit comments