diff --git a/doc/issue/labels.md b/doc/issue/labels.md index 706beca660c..2b35848bccb 100644 --- a/doc/issue/labels.md +++ b/doc/issue/labels.md @@ -61,7 +61,7 @@ $client->api('issue')->labels()->replace('KnpLabs', 'php-github-api', 4, array(' Replace a label for an issue: by username, repo, issue number and array of labels. -### Remove all labels fom an issue +### Remove all labels from an issue > Requires [authentication](../security.md).