From 4d6b6a66427d91447a19d88a6aab4b0a4a3a47a1 Mon Sep 17 00:00:00 2001 From: Marcelo Zambrana Villarroel Date: Thu, 14 Nov 2024 02:51:29 -0500 Subject: [PATCH] fixing minor typo in documentation (#28012) --- website/docs/r/automation_job_schedule.html.markdown | 2 +- website/docs/r/automation_runbook.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/automation_job_schedule.html.markdown b/website/docs/r/automation_job_schedule.html.markdown index cf1fbfa57708..3eb1e84dd038 100644 --- a/website/docs/r/automation_job_schedule.html.markdown +++ b/website/docs/r/automation_job_schedule.html.markdown @@ -10,7 +10,7 @@ description: |- Links an Automation Runbook and Schedule. -~> **NOTE** AzureRM provides this stand-alone [azurerm_automation_job_schedule](automation_job_schedule.html.markdown) and an inlined `job_schdule` property in [azurerm_runbook](automation_runbook.html.markdown) to manage the job schedules. You can only make use of one of these methods to manage a job schedule. +~> **NOTE** AzureRM provides this stand-alone [azurerm_automation_job_schedule](automation_job_schedule.html.markdown) and an inlined `job_schedule` property in [azurerm_runbook](automation_runbook.html.markdown) to manage the job schedules. You can only make use of one of these methods to manage a job schedule. ## Example Usage diff --git a/website/docs/r/automation_runbook.html.markdown b/website/docs/r/automation_runbook.html.markdown index c006ddf4bcf0..9ccefed4f8ce 100644 --- a/website/docs/r/automation_runbook.html.markdown +++ b/website/docs/r/automation_runbook.html.markdown @@ -110,7 +110,7 @@ The following arguments are supported: * `job_schedule` - (Optional) One or more `job_schedule` block as defined below. -~> **NOTE** AzureRM provides a stand-alone [azurerm_automation_job_schedule](automation_job_schedule.html.markdown) and this inlined `job_schdule` property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources. +~> **NOTE** AzureRM provides a stand-alone [azurerm_automation_job_schedule](automation_job_schedule.html.markdown) and this inlined `job_schedule` property to manage the job schedules. At this time you should choose one of them to manage the job schedule resources. ---