From 2f09ef2970ea3a8481d7d2c679a36321117fbc8c Mon Sep 17 00:00:00 2001 From: utkarshcmu Date: Wed, 28 Oct 2015 04:27:51 -0700 Subject: [PATCH] Fixed typos in 2.5v doc --- docs/sources/guides/whats-new-in-v2-5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/guides/whats-new-in-v2-5.md b/docs/sources/guides/whats-new-in-v2-5.md index 1ad83bc2c8b..f02d0d43fd0 100644 --- a/docs/sources/guides/whats-new-in-v2-5.md +++ b/docs/sources/guides/whats-new-in-v2-5.md @@ -33,7 +33,7 @@ and complex queries for logs or metrics. - Group by multiple terms or filters - Specify group by options like Top 5 based on Avg @value - Auto completion for field names -- Query only relevant indicies based on time pattern +- Query only relevant indices based on time pattern - Alias patterns for short readable series names Try the new Elasticsearch query editor on the [play.grafana.org](http://play.grafana.org/dashboard/db/elasticsearch-metrics) site. @@ -92,7 +92,7 @@ This version also brings some new features for user management. ### Breaking changes There have been some changes to the data source plugin API. If you are using a custom plugin check that there is an update for it before you upgrade. Also -the new time picker does not currenty support custom quick ranges like the last one did. This will likey be added in a +the new time picker does not currently support custom quick ranges like the last one did. This will likely be added in a future release. ### Changelog