From 77c1ee49664a75098f7322c461dfa94cf869a1e7 Mon Sep 17 00:00:00 2001 From: rahulguptajss Date: Thu, 9 Jan 2025 15:26:43 +0530 Subject: [PATCH] doc: fix alignment of template --- docs/configure-keyperf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure-keyperf.md b/docs/configure-keyperf.md index 03197d4c8..9c2f8286e 100644 --- a/docs/configure-keyperf.md +++ b/docs/configure-keyperf.md @@ -44,7 +44,7 @@ The template should define objects in the `objects` section. Example: ```yaml objects: -Aggregate: aggr.yaml + Aggregate: aggr.yaml ``` For each object, we define the filename of the object configuration file. The object configuration files are located in subdirectories matching the ONTAP version that was used to create these files. It is possible to have multiple version-subdirectories for multiple ONTAP versions. At runtime, the collector will select the object configuration file that closest matches the version of the target ONTAP system.