From 29d1f79c84eb04148765d32b95d179f5d0d2e903 Mon Sep 17 00:00:00 2001 From: Anis Khan <2815766+aniskhan001@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:19:38 +0200 Subject: [PATCH] docs: fix spacing in ScaledJob's overview section Signed-off-by: Anis Khan <2815766+aniskhan001@users.noreply.github.com> --- content/docs/2.15/reference/scaledjob-spec.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/docs/2.15/reference/scaledjob-spec.md b/content/docs/2.15/reference/scaledjob-spec.md index 43fe6a6b0..8550cbd03 100644 --- a/content/docs/2.15/reference/scaledjob-spec.md +++ b/content/docs/2.15/reference/scaledjob-spec.md @@ -5,9 +5,7 @@ weight = 4000 ## Overview -This specification describes the `ScaledJob` custom resource definition that defines the triggers and scaling behaviors use by KEDA - -to scale jobs. The `.spec.ScaleTargetRef` section holds the reference to the job, defined in [_scaledjob_types.go_](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go). +This specification describes the `ScaledJob` custom resource definition that defines the triggers and scaling behaviors use by KEDA to scale `Job` resources. The `.spec.ScaleTargetRef` section holds the reference to the job, defined in [_scaledjob_types.go_](https://github.com/kedacore/keda/blob/main/apis/keda/v1alpha1/scaledjob_types.go). ```yaml apiVersion: keda.sh/v1alpha1