Merge pull request #29500 from astraw99/patch-3

Fix typo `a extension` in `en` language
This commit is contained in:
Kubernetes Prow Robot
2021-08-22 00:27:59 -07:00
committed by GitHub
@@ -15,7 +15,7 @@ file and passing its path as a command line argument.
A scheduling Profile allows you to configure the different stages of scheduling
in the {{< glossary_tooltip text="kube-scheduler" term_id="kube-scheduler" >}}.
Each stage is exposed in a extension point. Plugins provide scheduling behaviors
Each stage is exposed in an extension point. Plugins provide scheduling behaviors
by implementing one or more of these extension points.
You can specify scheduling profiles by running `kube-scheduler --config <filename>`,