From 836050555ad386b3c464b7e987606a89d0e9c0e0 Mon Sep 17 00:00:00 2001 From: Tim Joosten Date: Sat, 11 Feb 2017 04:43:22 +0100 Subject: [PATCH] Fix typo change fom to from. In doc/issue/labels.md --- doc/issue/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).