Docs: Change checkout to check out where necessary (#20926)

Fixes #20775
This commit is contained in:
Sebastian Markgraf
2019-12-10 10:23:07 -08:00
committed by Diana Payton
parent 75923c43d1
commit 7d6bd78e0b
30 changed files with 34 additions and 34 deletions
@@ -44,7 +44,7 @@ All our example plugins have build scripted configured.
## Keep your plugin up to date
New versions of Grafana can sometimes cause plugins to break. Checkout our [PLUGIN_DEV.md](https://github.com/grafana/grafana/blob/master/PLUGIN_DEV.md) doc for changes in
New versions of Grafana can sometimes cause plugins to break. Check out our [PLUGIN_DEV.md](https://github.com/grafana/grafana/blob/master/PLUGIN_DEV.md) doc for changes in
Grafana that can impact your plugin.
## Metadata
+1 -1
View File
@@ -17,7 +17,7 @@ Grafana already have a strong community of contributors and plugin developers.
By making it easier to develop and install plugins we hope that the community
can grow even stronger and develop new plugins that we would never think about.
To discover plugins checkout the official [Plugin Repository](https://grafana.com/plugins).
To discover plugins, check out the official [Plugin Repository](https://grafana.com/plugins).
# Installing Plugins