Skip to content

Commit f8a14d3

Browse files
Apply suggestions from code review
Co-authored-by: Etai Lev Ran <[email protected]>
1 parent 2545698 commit f8a14d3

File tree

1 file changed

+2
-2
lines changed
  • docs/proposals/0845-scheduler-architecture-proposal

1 file changed

+2
-2
lines changed

docs/proposals/0845-scheduler-architecture-proposal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Since there is only a single ProfileHandler plugin, that means there is only a s
6767

6868
### Scheduler Profile Run
6969

70-
The SchedulerPprofile run consists of 3 defined phases `Filter`, `Score`, & `Pick`
70+
The SchedulerProfile run consists of 3 defined phases `Filter`, `Score`, & `Pick`
7171

7272
*Profile Constraints*
7373
- A profile can have any number of `Filter` plugins registered (including zero)
@@ -86,7 +86,7 @@ Picker selects the endpoint(s) from the provided list of scored endpoints. Picke
8686

8787

8888
### ProcessProfilesResults
89-
ProcessProfilesResults recieves the output of the result(s) of the scheduler profile(s) and makes sense of the data to be consumed by the calling system.
89+
ProcessProfilesResults receives the output of the result(s) of the scheduler profile(s) and makes sense of the data to be consumed by the calling system.
9090
Since there is only a single ProfileHandler plugin, that means there is only a single ProcessProfilesResults function.
9191

9292
## ConfigurationAPI

0 commit comments

Comments
 (0)