Fixed typos

This commit is contained in:
Pascal Borreli
2015-06-02 16:45:44 +01:00
parent 5c8b571c3f
commit 7b69b789b8
10 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ With scripted dashboards you can dynamically create your dashboards using javasc
under `public/dashboards/` there is a file named `scripted.js`. This file contains an example of a scripted dashboard. You can access it by using the url:
`http://grafana_url/dashboard/script/scripted.js?rows=3&name=myName`
If you open scripted.js you can see how it reads url paramters from ARGS variable and then adds rows and panels.
If you open scripted.js you can see how it reads url parameters from ARGS variable and then adds rows and panels.
## Example