Skip to content

Commit 80b3db9

Browse files
Quick changes from review
Typos and example variable names
1 parent 7c1f1e2 commit 80b3db9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/current/v25.4/alter-external-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ALTER EXTERNAL CONNECTION
3-
summary: Use the ALTER EXTERNAL CONNECTION statement to update an external conection's URI.
3+
summary: Use the ALTER EXTERNAL CONNECTION statement to update an external connection's URI.
44
toc: true
55
docs_area: reference.sql
66
---
@@ -24,7 +24,7 @@ For example:
2424

2525
{% include_cached copy-clipboard.html %}
2626
~~~sql
27-
GRANT UPDATE ON EXTERNAL CONNECTION example_conn TO user;
27+
GRANT UPDATE ON EXTERNAL CONNECTION backup_bucket TO user;
2828
~~~
2929

3030
## Synopsis
@@ -66,7 +66,7 @@ For more information on authentication and forming the URI that an external conn
6666

6767
### Update the URI of an external connection
6868

69-
In this example, you update the `backupbucket` external connection to a new Amazon S3 URI to rotate your auth token.
69+
In this example, you update the `backup_bucket` external connection to a new Amazon S3 URI to rotate your auth token.
7070

7171
{% include_cached copy-clipboard.html %}
7272
~~~sql

src/current/v25.4/sql-statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Statement | Usage
1515
----------|------------
1616
[`ALTER DATABASE`]({% link {{ page.version.version }}/alter-database.md %}) | Apply a schema change to a database.
1717
[`ALTER DEFAULT PRIVILEGES`]({% link {{ page.version.version }}/alter-default-privileges.md %}) | Change the default [privileges]({% link {{ page.version.version }}/security-reference/authorization.md %}#privileges) for objects created by specific roles/users in the current database.
18-
[`ALTER EXTERNAL CONNECTION`]({% link {{ page.version.version }}/alter-external-connection.md %}) | Update an external conection's URI.
18+
[`ALTER EXTERNAL CONNECTION`]({% link {{ page.version.version }}/alter-external-connection.md %}) | Update an external connection's URI.
1919
[`ALTER FUNCTION`]({% link {{ page.version.version }}/alter-function.md %}) | Modify a [user-defined function]({% link {{ page.version.version }}/user-defined-functions.md %}).
2020
[`ALTER INDEX`]({% link {{ page.version.version }}/alter-index.md %}) | Apply a schema change to an index.
2121
[`ALTER PARTITION`]({% link {{ page.version.version }}/alter-partition.md %}) | Configure the replication zone for a partition.

0 commit comments

Comments
 (0)