This is an automated email from the ASF dual-hosted git repository.
ahmedabu98 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new b9342767cc5 fix sentence (#38989)
b9342767cc5 is described below
commit b9342767cc5c1dcd9efa0f47db5611a416e65334
Author: Ahmed Abualsaud <[email protected]>
AuthorDate: Wed Jun 17 09:41:40 2026 -0400
fix sentence (#38989)
---
website/www/site/content/en/documentation/dsls/sql/ddl.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/documentation/dsls/sql/ddl.md
b/website/www/site/content/en/documentation/dsls/sql/ddl.md
index 11d588a4c35..1befb5c8ecc 100644
--- a/website/www/site/content/en/documentation/dsls/sql/ddl.md
+++ b/website/www/site/content/en/documentation/dsls/sql/ddl.md
@@ -156,7 +156,7 @@ CREATE DATABASE other_catalog.sales_data;
{{< /tab >}}
{{< tab USE >}}
<p>Sets the active Database for the current session. This simplifies queries
by allowing you
-to reference Databases directly without their fully-qualified names (for
example, <code>my_db</code> instead of <code>my_catalog.my_db</code>)</p>
+to reference Tables directly without their fully-qualified names (for example,
<code>my_table</code> instead of <code>my_catalog.my_db.my_table</code>)</p>
<p><i><strong>Note:</strong> All subsequent TABLE commands will be executed
under this Database, unless fully qualified.</i></p>