Skip to content

Commit eedbfd5

Browse files
Add content best practices
Co-authored-by: Rey Lejano <[email protected]>
1 parent 35525d1 commit eedbfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config. Save it as `my-scheduler.yaml`:
7171

7272
{{< codenew file="admin/sched/my-scheduler.yaml" >}}
7373

74-
In the above manifest, we have used a [Scheduler Configuration](/docs/reference/scheduling/config/)
74+
In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/)
7575
to customize the behavior of your scheduler implementation. This configuration has been passed to
7676
the `kube-scheduler` during its initialization via `--config` command line argument. The configuration
7777
file has been embedded within the ConfigMap `my-scheduler-config` which has been injected to the scheduler

0 commit comments

Comments
 (0)