diff --git a/doc/source/plugins/implementation/hook_and_trigger_plugins.rst b/doc/source/plugins/implementation/hook_and_trigger_plugins.rst index 1a1a0a50..713bab9c 100644 --- a/doc/source/plugins/implementation/hook_and_trigger_plugins.rst +++ b/doc/source/plugins/implementation/hook_and_trigger_plugins.rst @@ -82,7 +82,7 @@ plugin name and arguments for trigger plugin. In this example "event" trigger is specified and configured to run the hook at 5th, 50th, 200th and 1000th iterations. -Here is a full task config that contains previous hook configuraiton: +Here is a full task config that contains previous hook configuration: .. code-block:: json diff --git a/doc/specs/in-progress/refactor_scenario_utils.rst b/doc/specs/in-progress/refactor_scenario_utils.rst index 43519cd8..bcace833 100644 --- a/doc/specs/in-progress/refactor_scenario_utils.rst +++ b/doc/specs/in-progress/refactor_scenario_utils.rst @@ -333,7 +333,7 @@ of scenario. # NOTE(boris-42): One of the nice thing is that we can move # initialization of services to __init__ method - # of sceanrio. + # of scenario. Assignee(s) -----------