From 2e68425ad713924b460b84d666bd54aa948f41c7 Mon Sep 17 00:00:00 2001 From: Mohit Nain Date: Wed, 10 Jun 2020 01:23:53 +0530 Subject: [PATCH] Docs: Some correction in line 58 (#25474) All screen sizes is correct terminology to use --- docs/sources/features/dashboard/dashboards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/dashboard/dashboards.md b/docs/sources/features/dashboard/dashboards.md index c718ae4f719..c663c05ce88 100644 --- a/docs/sources/features/dashboard/dashboards.md +++ b/docs/sources/features/dashboard/dashboards.md @@ -55,7 +55,7 @@ A *row* is a logical divider within a dashboard. It is used to group panels toge Rows are always 12 “units” wide. These units are automatically scaled dependent on the horizontal resolution of your browser. You can control the relative width of panels within a row by setting their specific width. -We use a unit abstraction so that Grafana looks great on all screens sizes. +We use a unit abstraction so that Grafana looks great on all screen sizes. > Note: With MaxDataPoint functionality, Grafana can show you the perfect number of data points, regardless of resolution or time range.