From 1c1ff452a44e59334397d9ab91099fd07ed5b142 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Thu, 24 Oct 2019 21:56:18 -0400 Subject: [PATCH] Fix incorrect whitespaces plural --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9a451d1c7d2..e5bdbcbef78 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k --> **What type of PR is this?** -> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line: +> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line: > > /kind api-change > /kind bug