Skip to content

Commit 8483469

Browse files
authored
4.x] typo (#61)
label
1 parent d98d11c commit 8483469

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
@@ -482,7 +482,7 @@ $label = $github->issues->labels->get(':owner', ':repo', ':labelName');
482482
$github->issues->labels->create(':owner', ':repo', ':labelName', ':labelColor');
483483

484484
// Update a label
485-
$github->issues->labels->update(':owner', ':repo', ':oldLableName', ':newLabelName', ':labelColor');
485+
$github->issues->labels->update(':owner', ':repo', ':oldLabelName', ':newLabelName', ':labelColor');
486486

487487
// Delete a label
488488
$github->issues->labels->delete(':owner', ':repo', ':labelName');

0 commit comments

Comments
 (0)