Skip to content

Commit 56cd3ca

Browse files
committed
fixed minor typo in installation
1 parent 962da2c commit 56cd3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/setup/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ If you need custom version of the plugin from GitHub, you can install it by runn
9292
grafana-cli --pluginUrl <ZIP_FILE_URL> plugins install grafana-googlesheets-datasource
9393
```
9494

95-
For example, to install version 1.2.10 of the plugin on Linux or macOS:
95+
For example, to install version `1.2.10` of the plugin on Linux or macOS:
9696

9797
```bash
9898
grafana-cli --pluginUrl https://github.com/grafana/google-sheets-datasource/releases/download/v1.2.10/grafana-googlesheets-datasource-1.2.10.zip plugins install grafana-googlesheets-datasource
9999
```
100100

101-
Or to install version 1.2.10 of the plugin on Windows:
101+
Or to install version `1.2.10` of the plugin on Windows:
102102

103103
```powershell
104104
grafana-cli.exe --pluginUrl https://github.com/grafana/google-sheets-datasource/releases/download/v1.2.10/grafana-googlesheets-datasource-1.2.10.zip plugins install grafana-googlesheets-datasource

0 commit comments

Comments
 (0)