[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
@@ -6,7 +6,7 @@ Tooling for modern web development can be tricky to wrap your head around. While
Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugin) is a CLI application that simplifies Grafana plugin development, so that you can focus on code. The tool scaffolds a starter plugin and all the required configuration for you.
1. In the plugin directory, create a plugin from template using create-plugin:
1. In the plugin directory, create a plugin from template using create-plugin. When prompted for the kind of plugin, select `datasource`:
```
npx @grafana/create-plugin@latest