Skip to content

Commit 18eae07

Browse files
committed
Merge pull request abraham#3 from olivertappin/patch-1
Fixed typo in code example
2 parents 7e89971 + 30d807c commit 18eae07

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
@@ -71,7 +71,7 @@ <h2>Usage</h2>
7171

7272
<b>TwitterOAuth</b>
7373
<pre>
74-
$statues = $connection->get("statuses/home_timeline", array("count" => 25, "exclude_replies" => true));
74+
$statuses = $connection->get("statuses/home_timeline", array("count" => 25, "exclude_replies" => true));
7575
</pre>
7676

7777

0 commit comments

Comments
 (0)