From a858ddc47083fb67a6ba29593bb522d05770eaa5 Mon Sep 17 00:00:00 2001 From: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> Date: Thu, 20 Mar 2025 09:20:14 +0100 Subject: [PATCH] Update recommended-practices.md to fix 109's header (#102310) Minor PR, just to use a `h2` (`##`) header for item 109, as for all other item. --- contribute/backend/recommended-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/backend/recommended-practices.md b/contribute/backend/recommended-practices.md index e1d940614a8..4a96a0f3f72 100644 --- a/contribute/backend/recommended-practices.md +++ b/contribute/backend/recommended-practices.md @@ -119,7 +119,7 @@ For example: Today it's only possible to provision data sources and dashboards, but we want to support it throughout Grafana in the future. -### 109 - Use `context.Context` +## 109 - Use `context.Context` **State:** Completed.