Docs: Some correction in line 58 (#25474)

All screen sizes is correct terminology to use
This commit is contained in:
Mohit Nain 2020-06-10 01:23:53 +05:30 committed by GitHub
parent 40986f3015
commit 2e68425ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.