This is an automated email from the ASF dual-hosted git repository.

suneet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 177638f171 Fix typo, add comma (#12529)
177638f171 is described below

commit 177638f171e26718da13aa20a2a6811268ac2ce7
Author: Katya Macedo <38017980+ektra...@users.noreply.github.com>
AuthorDate: Tue May 17 18:42:47 2022 -0500

    Fix typo, add comma (#12529)
---
 docs/operations/druid-console.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/operations/druid-console.md b/docs/operations/druid-console.md
index 3c3ac77ce6..218aa8a13e 100644
--- a/docs/operations/druid-console.md
+++ b/docs/operations/druid-console.md
@@ -31,7 +31,7 @@ The following cluster settings must be enabled, as they are 
by default:
 - the Router's [management 
proxy](../design/router.md#enabling-the-management-proxy) must be enabled.
 - the Broker processes in the cluster must have [Druid 
SQL](../querying/sql.md) enabled.
 
-The Druid console can be accessed at:
+You can access the Druid console at:
 
 ```
 http://<ROUTER_IP>:<ROUTER_PORT>
@@ -68,7 +68,7 @@ Navigating with the top navigation will leave the underlying 
spec unmodified whi
 ## Datasources
 
 The datasources view shows all the currently enabled datasources.
-From this view you can see the sizes and availability of the different 
datasources.
+From this view, you can see the sizes and availability of the different 
datasources.
 You can edit the retention rules, configure automatic compaction, and drop 
data.
 Like any view that is powered by a DruidSQL query you can click `View SQL 
query for table` from the `...` menu to run the underlying SQL query directly.
 
@@ -81,14 +81,14 @@ You can view and edit retention rules to determine the 
general availability of a
 ## Segments
 
 The segment view shows all the segments in the cluster.
-Each segment can be has a detail view that provides more information.
+Each segment has a detail view that provides more information.
 The Segment ID is also conveniently broken down into Datasource, Start, End, 
Version, and Partition columns for ease of filtering and sorting.
 
 ![segments](../assets/web-console-06-segments.png)
 
 ## Tasks and supervisors
 
-From this view you can check the status of existing supervisors as well as 
suspend, resume, and reset them.
+From this view, you can check the status of existing supervisors as well as 
suspend, resume, and reset them.
 The tasks table allows you see the currently running and recently completed 
tasks.
 To make managing a lot of tasks more accessible, you can group the tasks by 
their `Type`, `Datasource`, or `Status` to make navigation easier.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to