Skip to content

Commit ba66cde

Browse files
authored
cant to cannot (#22)
1 parent 140214f commit ba66cde

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs-src/astra-cli-core/modules/ROOT/pages/managing.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ astra db create-collection **DATABASE_ID** -c **COLLECTION_NAME**
517517
----
518518
====
519519

520-
You can't load vector data into a non-vector collection.
520+
You cannot load vector data into a non-vector collection.
521521
=====
522522
--
523523
@@ -2284,10 +2284,10 @@ The following restrictions apply:
22842284

22852285
* You can add only one region at a time.
22862286

2287-
* You can't select a region that the database already uses.
2287+
* You cannot select a region that the database already uses.
22882288

22892289
* You must select a region in the same cloud provider as the database's other regions.
2290-
Multi-region databases can't span multiple cloud providers.
2290+
Multi-region databases cannot span multiple cloud providers.
22912291

22922292
* For {db-serverless-vector} databases, you must select a region that supports that database type.
22932293
For more information, see xref:astra-db-serverless:databases:regions.adoc[].
@@ -2308,7 +2308,7 @@ For more information, see xref:astra-db-serverless:databases:regions.adoc[].
23082308
====
23092309
The database enters *Maintenance* status while provisioning and replicating data to the new region.
23102310
2311-
While in *Maintenance* status, you can't add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
2311+
While in *Maintenance* status, you cannot add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
23122312
23132313
*Maintenance* status doesn't impact reads and writes.
23142314
====
@@ -2355,14 +2355,14 @@ astra db delete-region **DATABASE_ID** -r **REGION**
23552355
====
23562356
The database enters *Maintenance* status while deleting the region.
23572357
2358-
While in *Maintenance* status, you can't add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
2358+
While in *Maintenance* status, you cannot add or remove regions, truncate tables, or delete keyspaces, tables, or collections.
23592359
23602360
*Maintenance* status doesn't impact reads and writes.
23612361
====
23622362

23632363
[IMPORTANT]
23642364
====
2365-
You can't remove the primary (default) region, which is the first region selected when you created the database.
2365+
You cannot remove the primary (default) region, which is the first region selected when you created the database.
23662366
23672367
When you remove a region, any connections to the deleted region are also removed.
23682368
However, to avoid data loss, all data is replicated before the region is deleted.
@@ -2628,7 +2628,7 @@ OPTIONS
26282628
[WARNING]
26292629
====
26302630
Terminating a database permanently deletes all of its data, including xref:astra-db-serverless:databases:backup-restore.adoc[automatic backups].
2631-
You can't undo this action.
2631+
You cannot undo this action.
26322632
====
26332633

26342634
Use the `astra db delete` command to terminate a database:

0 commit comments

Comments
 (0)