Skip to content

Commit c97e952

Browse files
committed
Fix some typos in "Export & Import" reference
1 parent c94805d commit c97e952

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)