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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d00692  Fixed grammatical errors (#6247)
6d00692 is described below

commit 6d0069230cb75e1dc083d702c6672d59414cf22d
Author: Rakshit Kumar <[email protected]>
AuthorDate: Thu Nov 1 02:01:35 2018 +0530

    Fixed grammatical errors (#6247)
---
 docs/import_export_datasources.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/import_export_datasources.rst 
b/docs/import_export_datasources.rst
index 4de7a74..d398428 100644
--- a/docs/import_export_datasources.rst
+++ b/docs/import_export_datasources.rst
@@ -49,7 +49,7 @@ By default, default (null) values will be omitted. Use the 
``-d`` flag to includ
 If you want back references to be included (e.g. a column to include the table 
id
 it belongs to) use the ``-b`` flag.
 
-Alternatively you can export datasources using the UI:
+Alternatively, you can export datasources using the UI:
 
 1. Open **Sources** -> **Databases** to export all tables associated to a
    single or multiple databases. (**Tables** for one or more tables,
@@ -95,7 +95,7 @@ those would be synchronised as well.
 
 
 If you don't supply the sync flag (``-s``) importing will only add and update 
(override) fields.
-E.g. you can add a ``verbose_name`` to the the column ``ds`` in the table 
``random_time_series`` from the example datasets
+E.g. you can add a ``verbose_name`` to the column ``ds`` in the table 
``random_time_series`` from the example datasets
 by saving the following YAML to file and then running the 
``import_datasources`` command. ::
 
     databases:

Reply via email to