Skip to content

Commit

Permalink
Fix typo in operations/README.md (#992)
Browse files Browse the repository at this point in the history
heirarchy -> hierarchy
  • Loading branch information
eltociear authored Jan 20, 2023
1 parent 44f8b3d commit 9e44e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mephisto/operations/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mephisto Operations
The contents of the operations folder comprise controllers for launching and monitoring tasks, as well as other classes that either operate on the data model or support the mid level of Mephisto's design. Each has a high level responsibility, detailed below. Within these classes there's something of a heirarchy depending on the amount of underlying infrastructure that a class is built upon.
The contents of the operations folder comprise controllers for launching and monitoring tasks, as well as other classes that either operate on the data model or support the mid level of Mephisto's design. Each has a high level responsibility, detailed below. Within these classes there's something of a hierarchy depending on the amount of underlying infrastructure that a class is built upon.

### High-level controller components
This level of components is reserved for modules that operate on the highest level of the Mephisto heirarchy. These should be either directly usable, or easy to bundle into scripts for the client/api.
This level of components is reserved for modules that operate on the highest level of the Mephisto hierarchy. These should be either directly usable, or easy to bundle into scripts for the client/api.

- `Operator`: High-level class responsible for launching and monitoring a `TaskRun`. Generally initialized using a `TaskConfig` and the `launch_task_run` method.

Expand Down

0 comments on commit 9e44e8c

Please sign in to comment.