From b587fe624f943836f0414824fa7e2393c49fea36 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Wed, 18 Oct 2023 14:35:30 +0200 Subject: [PATCH] Fix Typo in analysis.md Signed-off-by: Max Schmidt --- docs/content/en/docs/yaml-crd-ref/analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/yaml-crd-ref/analysis.md b/docs/content/en/docs/yaml-crd-ref/analysis.md index 28c7432ba5..8ac752ea96 100644 --- a/docs/content/en/docs/yaml-crd-ref/analysis.md +++ b/docs/content/en/docs/yaml-crd-ref/analysis.md @@ -259,7 +259,7 @@ during the evaluation (false in this case). ## Usage An `Analysis` resource specifies a single Analysis run. -It specifies the `AnalysisTemplateValue` resource +It specifies the `AnalysisValueTemplate` resource that defines the calculations to use, the timeframe for which to report information, and values to use for variables for this run.