From d1561620a756e5fb98d6683af7089fe36a9639de Mon Sep 17 00:00:00 2001 From: EnergyLiYN Date: Tue, 20 Dec 2016 11:31:07 +0800 Subject: [PATCH] There should be plural (#29571) Signed-off-by: lyn --- project/ISSUE-TRIAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/ISSUE-TRIAGE.md b/project/ISSUE-TRIAGE.md index 95cb2f1b95..f75925ac1f 100644 --- a/project/ISSUE-TRIAGE.md +++ b/project/ISSUE-TRIAGE.md @@ -42,7 +42,7 @@ have: | Kind | Description | |------------------|---------------------------------------------------------------------------------------------------------------------------------| | kind/bug | Bugs are bugs. The cause may or may not be known at triage time so debugging should be taken account into the time estimate. | -| kind/enhancement | Enhancement are not bugs or new features but can drastically improve usability or performance of a project component. | +| kind/enhancement | Enhancements are not bugs or new features but can drastically improve usability or performance of a project component. | | kind/feature | Functionality or other elements that the project does not currently support. Features are new and shiny. | | kind/question | Contains a user or contributor question requiring a response. |