You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/04/18 17:35:52 UTC

[superset] 01/01: chore(docs): copy change submitted through BugHerd

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

rusackas pushed a commit to branch copy-change-ticket-22
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 4852108f2e2656791e80dfd0b6b2c5aaffc8807a
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Tue Apr 18 11:35:40 2023 -0600

    chore(docs): copy change submitted through BugHerd
---
 docs/docs/frequently-asked-questions.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/frequently-asked-questions.mdx b/docs/docs/frequently-asked-questions.mdx
index 779f6c8c8d..78fd2a0b8d 100644
--- a/docs/docs/frequently-asked-questions.mdx
+++ b/docs/docs/frequently-asked-questions.mdx
@@ -24,8 +24,8 @@ will do its own _GROUP BY_ and doing the work twice might slow down performance.
 Whether you use a table or a view, the important factor is whether your database is fast enough to
 serve it in an interactive fashion to provide a good user experience in Superset.
 
-However, if you are using the SQL Lab, there is no such limitation, you can write sql query to join
-multiple tables as long as your db account has access to the tables.
+However, if you are using SQL Lab, there is no such limitation. You can write SQL queries to join
+multiple tables as long as your database account has access to the tables.
 
 ### How BIG can my datasource be?