Skip to content

Commit

Permalink
[Resolves #1194] Docs: "know"->"knows" (#1195)
Browse files Browse the repository at this point in the history
This change corrected a spelling error in the Terminology section of the documentation.
  • Loading branch information
cjhouser committed Jan 31, 2022
1 parent 520b0fe commit beb2531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_source/docs/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ SceptrePlanExecutor
You won’t be able to interact with the ``SceptrePlanExecutor`` directly but
this part of the code is responsible for taking a ``SceptrePlan`` and ensuring
all commands on every stack, are executed in the correct order, concurrently.
The executor algorithm focuses on correctness over maximal concurrency. It know
The executor algorithm focuses on correctness over maximal concurrency. It knows
what to execute and when based on a ``StackGraph`` which is created when a
``SceptrePlan`` is created.

Expand Down

0 comments on commit beb2531

Please sign in to comment.