From b8fa4ae9db7902ad932a3e5cc4b3958fe2b0228c Mon Sep 17 00:00:00 2001 From: chloe-zh Date: Tue, 25 May 2021 12:05:54 -0700 Subject: [PATCH] Addressed comments Signed-off-by: chloe-zh --- docs/ppl/commands.md | 2 +- docs/sql/workbench.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ppl/commands.md b/docs/ppl/commands.md index 6060567e..fa472d06 100644 --- a/docs/ppl/commands.md +++ b/docs/ppl/commands.md @@ -590,7 +590,7 @@ search source=accounts | rare age by gender; | M | 32 | M | 33 -## top +## top {#top-command} Use the `top` command to find the most common values of all fields in the field list. diff --git a/docs/sql/workbench.md b/docs/sql/workbench.md index f2f557ab..7f735617 100644 --- a/docs/sql/workbench.md +++ b/docs/sql/workbench.md @@ -8,7 +8,7 @@ nav_order: 1 # Query Workbench -Use the Query workbench to easily run on-demand SQL queries, translate SQL into its REST equivalent, and view and save results as text, JSON, JDBC, or CSV. +Use the Query Workbench to easily run on-demand SQL queries, translate SQL into its REST equivalent, and view and save results as text, JSON, JDBC, or CSV. ## Quick start