[v9.4.x] Docs: Minor wording changes for plugin signing docs (#64615) (#64624)

Docs: Minor wording changes for plugin signing docs (#64615)

Minor wording changes

(cherry picked from commit f9b9041ad8)
This commit is contained in:
Timur Olzhabayev
2023-03-10 18:51:13 +01:00
committed by GitHub
parent 039d9c379c
commit eaace4fc45
2 changed files with 2 additions and 2 deletions
@@ -42,7 +42,7 @@ In this tutorial, you'll:
To build a backend for your data source plugin, Grafana requires a binary that it can execute when it loads the plugin during start-up. In this guide, we will build a binary using the [Grafana plugin SDK for Go](/docs/grafana/latest/developers/plugins/backend/grafana-plugin-sdk-for-go/).
The easiest way to get started is to use the Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugin). Navigate to the plugin folder that you configured in step 1 and type:
The easiest way to get started is to use the Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugin). Navigate to the plugin folder that you configured in step 1 and enter:
```
npx @grafana/create-plugin@latest