From 26425b64ad1a509f405213121d6d0a86147e7622 Mon Sep 17 00:00:00 2001 From: ramnar Date: Wed, 21 Nov 2018 14:44:43 +0530 Subject: [PATCH] Update README.md Corrected the grammar from 'can always use improvement' to 'can always be improved' --- contributors/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 20c75be493a..ecca6694577 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -74,7 +74,7 @@ The Kubernetes team scans Stack Overflow on a regular basis and will try to ensu ## Find something to work on -Help is always welcome! For example, documentation (like the text you are reading now) can always use improvement. +Help is always welcome! For example, documentation (like the text you are reading now) can always be improved. There's always code that can be clarified and variables or functions that can be renamed or commented. There's always a need for more test coverage. You get the idea - if you ever see something you think should be fixed, you should own it.