Skip to content

Commit e001a74

Browse files
authored
docs: fix spelling and grammar (apache#26381)
1 parent cf94c9b commit e001a74

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASING/release-notes-2-0/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Superset 2.0 is a big step forward. This release cleans up many legacy code path
3434

3535
- New GitHub workflow to test Storybook Netlify instance nightly ([#19852](https://github.com/apache/superset/pull/19852))
3636

37-
- Minimum requirement for Superset is now Python 3.8 ([#19017](https://github.com/apache/superset/pull/19017)
37+
- Minimum requirement for Superset is now Python 3.8 ([#19017](https://github.com/apache/superset/pull/19017))
3838

3939
## Features
4040

docs/docs/frequently-asked-questions.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Table schemas evolve, and Superset needs to reflect that. It’s pretty common i
154154
dashboard to want to add a new dimension or metric. To get Superset to discover your new columns,
155155
all you have to do is to go to **Data -> Datasets**, click the edit icon next to the dataset
156156
whose schema has changed, and hit **Sync columns from source** from the **Columns** tab.
157-
Behind the scene, the new columns will get merged it. Following this, you may want to re-edit the
157+
Behind the scene, the new columns will get merged. Following this, you may want to re-edit the
158158
table afterwards to configure the Columns tab, check the appropriate boxes and save again.
159159

160160
### What database engine can I use as a backend for Superset?
@@ -220,7 +220,7 @@ and write your own connector. The only example of this at the moment is the Drui
220220
is getting superseded by Druid’s growing SQL support and the recent availability of a DBAPI and
221221
SQLAlchemy driver. If the database you are considering integrating has any kind of of SQL support,
222222
it’s probably preferable to go the SQLAlchemy route. Note that for a native connector to be possible
223-
the database needs to have support for running OLAP-type queries and should be able to things that
223+
the database needs to have support for running OLAP-type queries and should be able to do things that
224224
are typical in basic SQL:
225225

226226
- aggregate data

docs/docs/installation/event-logging.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ from superset.stats_logger import StatsdStatsLogger
5656
STATS_LOGGER = StatsdStatsLogger(host='localhost', port=8125, prefix='superset')
5757
```
5858

59-
Note that it’s also possible to implement you own logger by deriving
59+
Note that it’s also possible to implement your own logger by deriving
6060
`superset.stats_logger.BaseStatsLogger`.

0 commit comments

Comments
 (0)