From a6fab33209ca773939ddd1597d162e806126cc71 Mon Sep 17 00:00:00 2001 From: Luis Valdes Date: Sun, 16 Apr 2017 06:01:14 -0400 Subject: [PATCH] Fix typo Fix typo in word --- contributors/devel/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 779b6bf5a..a46f70cc0 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -15,7 +15,7 @@ requirements are frozen. ## Pre submit flight checks -Make sure you decide whether your issue and/or pull request is improving kubernetes architecture or whehter its simply fixing a bug. +Make sure you decide whether your issue and/or pull request is improving kubernetes architecture or whether its simply fixing a bug. Make sure there are no typos, if you need a diagram, add it. Make sure you SEPARATE the description of the problem (i.e. Y is a critical component that is too slow for an SLA that we care about) from the solution (i.e. make X faster).