Skip to content

Commit 1f17bc4

Browse files
committed
Fix typos
1 parent 9afddaf commit 1f17bc4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/current/cockroachcloud/ccloud-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ ccloud cluster database create blue-dog myapp
385385
Successfully created database 'myapp'
386386
~~~
387387
388-
Use `ccloud cluster database deleted` to delete a database:
388+
Use `ccloud cluster database delete` to delete a database:
389389
390390
{% include_cached copy-clipboard.html %}
391391
~~~ shell
@@ -512,7 +512,7 @@ v24.3 REGULAR SUPPORTED 2025-11-18 v25.1, v25.2
512512
513513
## Manage upgrade deferrals
514514
515-
The `ccloud cluster version-deferral` command get or set the version upgrade deferral policy for a CockroachDB {{ site.data.products.advanced }} cluster. Version deferral lets you delay automatic major version upgrades.
515+
The `ccloud cluster version-deferral` commands get or set the version upgrade deferral policy for a CockroachDB {{ site.data.products.advanced }} cluster. Version deferral lets you delay automatic major version upgrades.
516516
517517
Use `ccloud cluster version-deferral get` to retrieve the current deferral policy:
518518
@@ -753,7 +753,7 @@ Success! Disabled log export for cluster blue-dog
753753
754754
## Configure metric export
755755
756-
The `ccloud cluster metric-export` command to configure metric export for a CockroachDB {{ site.data.products.advanced }} cluster. You can export metrics to AWS CloudWatch, Datadog, or Prometheus as described in the following sections.
756+
The `ccloud cluster metric-export` commands configure metric exporting for a CockroachDB {{ site.data.products.advanced }} cluster. You can export metrics to AWS CloudWatch, Datadog, or Prometheus as described in the following sections.
757757
758758
### Export metrics to AWS CloudWatch
759759
@@ -848,7 +848,7 @@ ccloud cluster metric-export prometheus disable blue-dog
848848
849849
## Create and manage IP allowlists
850850
851-
The `ccloud cluster networking allowlist create` commands create or manage an [IP allowlist]({% link cockroachcloud/network-authorization.md %}#ip-allowlisting), which allows incoming network connections from the specified network IP range. Use the `--sql` flag to allow incoming CockroachDB SQL shell connections from the specified network. Use the `--ui` flag to allow access to the [DB Console]({% link {{ site.versions["stable"] }}/ui-overview.md %}) from the specified network.
851+
The `ccloud cluster networking allowlist` commands create or manage an [IP allowlist]({% link cockroachcloud/network-authorization.md %}#ip-allowlisting), which allows incoming network connections from the specified network IP range. Use the `--sql` flag to allow incoming CockroachDB SQL shell connections from the specified network. Use the `--ui` flag to allow access to the [DB Console]({% link {{ site.versions["stable"] }}/ui-overview.md %}) from the specified network.
852852
853853
The IP range must be in [Classless Inter-Domain Routing (CIDR) format](https://wikipedia.org/wiki/Classless_Inter-Domain_Routing). For more information on CIDR, see [Understanding IP Addresses, Subnets, and CIDR Notation for Networking](https://www.digitalocean.com/community/tutorials/understanding-ip-addresses-subnets-and-cidr-notation-for-networking#cidr-notation).
854854
@@ -922,7 +922,7 @@ Success! Deleted IP allowlist entry for
922922
923923
## Manage egress networking rules
924924
925-
The `ccloud cluster networking egress-rule` command manage egress traffic rules for a CockroachDB {{ site.data.products.advanced }} cluster. Egress rules control which external destinations your cluster can connect to.
925+
The `ccloud cluster networking egress-rule` commands manage egress traffic rules for a CockroachDB {{ site.data.products.advanced }} cluster. Egress rules control which external destinations your cluster can connect to.
926926
927927
Use `ccloud cluster networking egress-rule list` to retrieve egress rules:
928928
@@ -1563,7 +1563,7 @@ Use `ccloud replication create` to create a replication stream between the clust
15631563

15641564
{% include_cached copy-clipboard.html %}
15651565
~~~ shell
1566-
ccloud replication create --primary-cluster prod-east --standby-cluster dr-west
1566+
ccloud replication create --primary-cluster blue-dog --standby-cluster red-cat
15671567
~~~
15681568

15691569
~~~

0 commit comments

Comments
 (0)