Skip to content

Commit 3b793fa

Browse files
committed
Merge pull request piotrmurach#229 from jrafanie/patch-1
Typo in github.issues.labels.remove documentation
2 parents e06ea23 + f47674e commit 3b793fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github_api/client/issues/labels.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def add(*args)
143143
# @example
144144
# github = Github.new
145145
# github.issues.labels.remove 'user-name', 'repo-name', 'issue-number',
146-
# lable_name: 'label-name'
146+
# label_name: 'label-name'
147147
#
148148
# Remove all labels from an issue
149149
#

0 commit comments

Comments
 (0)