From c13002ee8cb803333a33c70108117f5abb43334a Mon Sep 17 00:00:00 2001 From: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:25:29 -0400 Subject: [PATCH] Docs: make heading fix in content.ts file (#90473) --- public/app/features/transformers/docs/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/transformers/docs/content.ts b/public/app/features/transformers/docs/content.ts index 582c92d4723..58942533726 100644 --- a/public/app/features/transformers/docs/content.ts +++ b/public/app/features/transformers/docs/content.ts @@ -637,7 +637,7 @@ Use this transformation to construct a matrix by specifying fields from your que }, }, groupToNestedTable: { - name: 'Group to nested table', + name: 'Group to nested tables', getHelperDocs: function (imageRenderType: ImageRenderType = ImageRenderType.ShortcodeFigure) { return ` Use this transformation to group the data by a specified field (column) value and process calculations on each group. Records are generated that share the same grouped field value, to be displayed in a nested table.