From 238f51fb73c719c20ecd73f21b553d79ebef9c89 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:06:00 +0000 Subject: [PATCH] [v9.4.x] Docs: fix typo (#63038) Docs: fix typo (#63032) (cherry picked from commit c4909a6c2b310b60364e03add2141157e85806ef) Co-authored-by: Andres Martinez Gotor --- .../plugins/add-authentication-for-data-source-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/plugins/add-authentication-for-data-source-plugins.md b/docs/sources/developers/plugins/add-authentication-for-data-source-plugins.md index 238774ebe40..61e0b32d6a1 100644 --- a/docs/sources/developers/plugins/add-authentication-for-data-source-plugins.md +++ b/docs/sources/developers/plugins/add-authentication-for-data-source-plugins.md @@ -158,7 +158,7 @@ To forward requests through the Grafana proxy, you need to configure one or more Grafana sends the proxy route to the server, where the data source proxy decrypts any sensitive data and interpolates the template variables with the decrypted data before making the request. -To add user-defined configuration to your routes, add `{{ .JsonData.apiKey }}` to the route, where `apiKey` is the name of a property in the `jsonData` object. +To add user-defined configuration to your routes, for example, add `{{ .JsonData.projectId }}` to the route, where `projectId` is the name of a property in the `jsonData` object. ```json "routes": [