From db3ab6a0a7bfc5f68c5406fb59daca4bc8e3e281 Mon Sep 17 00:00:00 2001 From: Sarah Zinger Date: Fri, 11 Jul 2025 15:46:31 -0300 Subject: [PATCH] Fix typo in docs (#107976) --- docs/sources/setup-grafana/configure-grafana/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index ddc65c17d7a..c1b834b6678 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -2866,7 +2866,7 @@ Set this to `false` to disable expressions and hide them in the Grafana UI. Defa Set the maximum number of cells that can be passed to a SQL expression. Default is `100000`. -#### `sql_expression_cell_output_limit` +#### `sql_expression_output_cell_limit` Set the maximum number of cells that can be returned from a SQL expression. Default is `100000`.