From bc2095d3fbeccdc79247062fe04db9aabc4485b3 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:51:31 +0100 Subject: [PATCH] Update website/snippets/quickstarts/schedule-a-job.md --- website/snippets/quickstarts/schedule-a-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/snippets/quickstarts/schedule-a-job.md b/website/snippets/quickstarts/schedule-a-job.md index 08939e1ea58..7d30c64b6de 100644 --- a/website/snippets/quickstarts/schedule-a-job.md +++ b/website/snippets/quickstarts/schedule-a-job.md @@ -26,7 +26,7 @@ As the `jaffle_shop` business gains more customers, and those customers create m 1. After creating your deployment environment, you should be directed to the page for new environment. If not, select **Deploy** in the upper left, then click **Jobs**. 2. Click **Create one** and provide a name, for example "Production run", and link to the Environment you just created. -3. Scroll down to "Execution Settings" Section: +3. Scroll down to the **Execution Settings** section: * Under "Commands," add this command as part of your job if you don't see it: * `dbt build` * Select **Generate docs on run**.