Skip to content

Commit 28488fa

Browse files
author
不四
committed
typo
1 parent 46ad1ba commit 28488fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var client = gitlab.create({
2525
api: 'https://gitlab.com/api/v3',
2626
privateToken: 'your private token'
2727
});
28-
client.milestone.list({id: 1}, function (err, milestones) {
28+
client.milestones.list({id: 1}, function (err, milestones) {
2929
console.log(milestones);
3030
});
3131
```

0 commit comments

Comments
 (0)