Skip to content

Commit c59df20

Browse files
committed
Update gists.md
fixed typo
1 parent 2c0d36d commit c59df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/gists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $data = array(
6060
'description' => 'This is new description'
6161
);
6262

63-
$gist = $github->api('gists')->update($data);
63+
$gist = $github->api('gists')->update(1234, $data);
6464
```
6565

6666
You can update ``content`` of a previous file's version.

0 commit comments

Comments
 (0)