Selaa lähdekoodia

Merge pull request #6783 from solugebefola/patch-1

typo?
Carl Bergquist 9 vuotta sitten
vanhempi
commit
ae171357fc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/sources/plugins/datasources.md

+ 1 - 1
docs/sources/plugins/datasources.md

@@ -37,7 +37,7 @@ The Datasource should contain the following functions.
 ```
 ```
 query(options) //used by panels to get data
 query(options) //used by panels to get data
 testDatasource() //used by datasource configuration page to make sure the connection is working
 testDatasource() //used by datasource configuration page to make sure the connection is working
-annotationsQuery(options) // used dashboards to get annotations
+annotationsQuery(options) // used by dashboards to get annotations
 metricFindQuery(options) // used by query editor to get metric suggestions.
 metricFindQuery(options) // used by query editor to get metric suggestions.
 ```
 ```