[v11.1.x] Docs: make heading fix in content.ts file (#90511)

Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
fix in content.ts file (#90473)
This commit is contained in:
grafana-delivery-bot[bot]
2024-07-17 13:16:50 -04:00
committed by GitHub
parent af6b53420b
commit 6a9fc2ac93
@@ -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.