Skip to content

Commit 249b82d

Browse files
authored
Merge pull request grafana#6873 from dec5e/reference_typos
Fix some typos in Reference docs
2 parents 8ee8562 + c97e952 commit 249b82d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/sources/reference/export_import.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight = 8
99

1010
# Export and Import
1111

12-
Grafana Dashboads can easily be exported and imported, either from the UI or from the HTTP API.
12+
Grafana Dashboards can easily be exported and imported, either from the UI or from the HTTP API.
1313

1414
## Exporting a dashboard
1515

@@ -22,9 +22,9 @@ The export feature is accessed from the share menu.
2222
### Making a dashboard portable
2323

2424
If you want to export a dashboard for others to use then it could be a good idea to
25-
add template variables for things like a metric prefix (use contant variable) and server name.
25+
add template variables for things like a metric prefix (use constant variable) and server name.
2626

27-
A template varible of the type `Constant` will automatically be hidden in
27+
A template variable of the type `Constant` will automatically be hidden in
2828
the dashboard, and will also be added as an required input when the dashboard is imported.
2929

3030
## Importing a dashboard
@@ -43,7 +43,7 @@ data source you want the dashboard to use and specify any metric prefixes (if th
4343

4444
## Discover dashboards on Grafana.net
4545

46-
Find dashboads for common server applications at [Grafana.net/dashboards](https://grafana.net/dashboards).
46+
Find dashboards for common server applications at [Grafana.net/dashboards](https://grafana.net/dashboards).
4747

4848
<img src="/img/docs/v31/gnet_dashboards_list.png">
4949

docs/sources/reference/singlestat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
+++
2-
title = "Singletat Panel"
2+
title = "Singlestat Panel"
33
keywords = ["grafana", "dashboard", "documentation", "panels", "singlestat"]
44
type = "docs"
55
[menu.docs]

0 commit comments

Comments
 (0)