Skip to content

Commit e5c931f

Browse files
committed
Merge branch '4.x-dev' of https://github.com/joomla-framework/github-api into 4.x-dev
2 parents 64f5f66 + 8483469 commit e5c931f

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)