diff --git a/website/pages/docs/job-specification/lifecycle.mdx b/website/pages/docs/job-specification/lifecycle.mdx index f422afd9e..ada822533 100644 --- a/website/pages/docs/job-specification/lifecycle.mdx +++ b/website/pages/docs/job-specification/lifecycle.mdx @@ -17,7 +17,7 @@ configuring when a task is run within the lifecycle of a task group. Main tasks are tasks that do not have a `lifecycle` stanza. Lifecycle task hooks specify when other tasks are run in relation to the main tasks. There are three different lifecycle hooks, indicating when a task is started: -* prestart tasks are immediately +* prestart tasks are started immediately * poststart tasks are started after the main tasks are running * poststop tasks are started after the main tasks are dead