From 381eb97d894f08a8b7b0c60bb216368ef0d81faa Mon Sep 17 00:00:00 2001 From: Jianfeng Li Date: Thu, 8 Feb 2018 10:23:45 +0800 Subject: [PATCH] fix some typos in keps.md (#7266) --- docs/imported/community/keps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/imported/community/keps.md b/docs/imported/community/keps.md index dbc9190276..2bdd3a0c3c 100755 --- a/docs/imported/community/keps.md +++ b/docs/imported/community/keps.md @@ -183,14 +183,14 @@ Metadata items: * Must be one of `Draft`, `Deferred`, `Approved`, `Rejected`, `Withdrawn`, `Final`, `Replaced`. * **authors** Required - * A list of authors for the KEP. We require a name (which can be a psuedonym) + * A list of authors for the KEP. We require a name (which can be a pseudonym) along with a github ID. Other ways to contact the author is strongly encouraged. This is a list of maps. Subkeys of each item: `name`, `github`, `email` (optional), `slack` (optional). * **owning-sig** Required * The SIG that is most closely associated with this KEP. If there is code or other artifacts that will result from this KEP, then it is expected that - this SIG will take responsiblity for the bulk of those artifacts. + this SIG will take responsibility for the bulk of those artifacts. * SIGs are listed as `sig-abc-def` where the name matches up with the directory in the `kubernetes/community` repo. * **participating-sigs** Optional