mistercrunch closed pull request #6246: Fixed grammatical errors.
URL: https://github.com/apache/incubator-superset/pull/6246
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/druid.rst b/docs/druid.rst
index b673546565..5d1499995c 100644
--- a/docs/druid.rst
+++ b/docs/druid.rst
@@ -1,19 +1,19 @@
 Druid
 =====
 
-Superset has a native connector to Druid, and a majority of Druid's
+Superset has a native connector to Druid and a majority of Druid's
 features are accessible through Superset.
 
 .. note ::
     Druid now supports SQL and can be accessed through Superset's
-    SQLAlchemy connector. The long term vision is to deprecate
+    SQLAlchemy connector. The long-term vision is to deprecate
     the Druid native REST connector and query Druid exclusively through
     the SQL interface.
 
 Aggregations
 ------------
 
-Common aggregations, or Druid metrics can be defined and used in Superset.
+Common aggregations or Druid metrics can be defined and used in Superset.
 The first and simpler use case is to use the checkbox matrix expose in your
 datasource's edit view (``Sources -> Druid Datasources ->
 [your datasource] -> Edit -> [tab] List Druid Column``).
@@ -21,8 +21,8 @@ Clicking the ``GroupBy`` and ``Filterable`` checkboxes will 
make the column
 appear in the related dropdowns while in explore view. Checking
 ``Count Distinct``, ``Min``, ``Max`` or ``Sum`` will result in creating
 new metrics that will appear in the ``List Druid Metric`` tab upon saving the
-datasource. By editing these metrics, you'll notice that they their ``json``
-element correspond to Druid aggregation definition. You can create your own
+datasource. By editing these metrics, you'll notice that their ``json``
+element corresponds to Druid aggregation definition. You can create your own
 aggregations manually from the ``List Druid Metric`` tab following Druid
 documentation.
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to