Grammar correction (#28177)

Grammar correction
This commit is contained in:
Nitesh Koushik S 2020-10-12 10:55:47 +05:30 committed by GitHub
parent a5c03b1772
commit bcfddb83ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ For more information on time series, refer to our [Introduction to time series](
### Wide format
When a collection of time series share the same _time index_—the time fields in each time series are identical—they can be stored together, in a _wide_ format. By reusing the time field, we can reduce the amount of data being sent to the browser.
When a collection of time series shares the same _time index_—the time fields in each time series are identical—they can be stored together, in a _wide_ format. By reusing the time field, we can reduce the amount of data being sent to the browser.
In this example, the `cpu` usage from each host share the time index, so we can store them in the same data frame.