summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Ma <madaxa@cn.ibm.com>2017-04-16 20:12:11 +0800
committerGitHub <noreply@github.com>2017-04-16 20:12:11 +0800
commit14ec78e7c9569aaab11835216aec6b0553e4491f (patch)
treeb88066193c1636d130502090586548a148b055fa
parent678587271069a222c9fd9fbadb7eccfedab6f067 (diff)
parenta6fab33209ca773939ddd1597d162e806126cc71 (diff)
Merge pull request #538 from lvlds/patch-1
Fix typo
-rw-r--r--contributors/devel/development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md
index 779b6bf5..a46f70cc 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).