diff --git a/docs/sources/plugins/index.md b/docs/sources/plugins/index.md index 156262a4ec1..08654bfb946 100644 --- a/docs/sources/plugins/index.md +++ b/docs/sources/plugins/index.md @@ -9,7 +9,7 @@ page_keywords: grafana, plugins, documentation From Grafana 3.0 not only datasource plugins are supported but also panel plugins and apps. Having panels as plugins make it easy to create and add any kind of panel, to show your data or improve your favorite dashboards. Apps is something new in Grafana that enables -bundling of datasources, panels, dashboards and Grafana pages into a cohesive experiance. +bundling of datasources, panels, dashboards and Grafana pages into a cohesive experience. 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 diff --git a/docs/sources/plugins/panels.md b/docs/sources/plugins/panels.md index 7182c3182a3..179af7451c5 100644 --- a/docs/sources/plugins/panels.md +++ b/docs/sources/plugins/panels.md @@ -7,7 +7,7 @@ page_keywords: grafana, plugins, documentation # Panels -Panels are the main bulding block of dashboards. +Panels are the main building blocks of dashboards. ## Panel development diff --git a/public/app/features/dashboard/dashnav/dashnav.html b/public/app/features/dashboard/dashnav/dashnav.html index aec626bfe2a..19112f77a43 100644 --- a/public/app/features/dashboard/dashnav/dashnav.html +++ b/public/app/features/dashboard/dashnav/dashnav.html @@ -48,7 +48,6 @@
  • View JSON
  • Make Editable
  • Save As...
  • -
  • Set As Home
  • Delete dashboard
  • diff --git a/public/app/features/plugins/partials/ds_http_settings.html b/public/app/features/plugins/partials/ds_http_settings.html index bd47323e055..404918f90d4 100644 --- a/public/app/features/plugins/partials/ds_http_settings.html +++ b/public/app/features/plugins/partials/ds_http_settings.html @@ -8,7 +8,7 @@ -

    Specify a complete HTTP url (http://your_server:8080)

    +

    Specify a complete HTTP url (for example http://your_server:8080)

    Your access method is Direct, this means the url needs to be accessable from the browser.