summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenwenhaogc <renwenhao@ghostcloud.cn>2017-10-14 14:21:33 +0800
committerrenwenhaogc <renwenhao@ghostcloud.cn>2017-10-14 14:21:33 +0800
commita51a67d80413b6ae1bd4e14dc621e6de9708f40e (patch)
tree8afe7c7f55f92a84e6859443c28ee57db27ab460
parentb8e52172d6658c844f42344c4af326694a544803 (diff)
word spell mistake
-rw-r--r--contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md b/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md
index 5732033a..a7b73689 100644
--- a/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md
+++ b/contributors/design-proposals/api-machinery/apiserver-build-in-admission-plugins.md
@@ -65,7 +65,7 @@ method does from our example admision plugin. It accepts a global registry as a
Secondly, it adds an admission chain to the server configuration via [ApplyTo](https://github.com/kubernetes/kubernetes/blob/2f00e6d72c9d58fe3edc3488a91948cf4bfcc6d9/staging/src/k8s.io/apiserver/pkg/server/options/admission.go#L66) method.
The method accepts optional parameters in the form of `pluginInitalizers`. This is useful when admission plugins need custom configuration that is not provided by the generic initializer.
-The following code has been extracted from the sample server and ilustrates how to register and wire an admission plugin:
+The following code has been extracted from the sample server and illustrates how to register and wire an admission plugin:
```go
// register admission plugins