Skip to content

Commit f47674e

Browse files
committed
Typo in github.issues.labels.remove documentation
1 parent e06ea23 commit f47674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)