Skip to content

Commit

Permalink
fix typos (apache#14950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonifacio2 authored and cccs-RyanS committed Dec 17, 2021
1 parent f6f7c60 commit 20af815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ For other strategies, check the `superset/tasks/cache.py` file.
Caching Thumbnails
------------------

This is an optional feature that can be turned on by activating it's feature flag on config:
This is an optional feature that can be turned on by activating its feature flag on config:

.. code-block:: python
Expand Down Expand Up @@ -972,7 +972,7 @@ environment variable: ::
Event Logging
-------------

Superset by default logs special action event on it's database. These log can be accessed on the UI navigating to
Superset by default logs special action event on its database. These logs can be accessed on the UI navigating to
"Security" -> "Action Log". You can freely customize these logs by implementing your own event log class.

Example of a simple JSON to Stdout class::
Expand Down Expand Up @@ -1358,7 +1358,7 @@ The available validators and names can be found in `sql_validators/`.
**Scheduling queries**

You can optionally allow your users to schedule queries directly in SQL Lab.
This is done by addding extra metadata to saved queries, which are then picked
This is done by adding extra metadata to saved queries, which are then picked
up by an external scheduled (like [Apache Airflow](https://airflow.apache.org/)).

To allow scheduled queries, add the following to your `config.py`:
Expand Down

0 comments on commit 20af815

Please sign in to comment.