docs/sources/plugins/developing/datasources.md: Improve language

This commit is contained in:
Amal
2020-04-21 18:41:34 +05:30
committed by GitHub
parent a89d629b7e
commit c72d8b763e

View File

@ -11,7 +11,7 @@ weight = 5
# Data Sources
Data source plugins enable people to develop plugins for any database that
communicates over http. Its up to the plugin to transform the data into
communicates over HTTP. Its up to the plugin to transform the data into
time series data so that any grafana panel can then show it.
## Data source development