Skip to content

Commit ab9477c

Browse files
committed
Fixed Save syntax
1 parent fc52384 commit ab9477c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/guides/databases/cassandra/deploy-cassandra-multi-datacenters

docs/guides/databases/cassandra/deploy-cassandra-multi-datacenters/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Before proceeding to Cassandra installation, confirm:
281281

282282
## Installing Cassandra
283283

284-
This guide uses Apache Cassandra 4.1.x, the current the current stable release recommended for production deployments. Newer major versions may still be in early adoption or require different tooling, so using the stable branch ensures compatibility and predictable behavior on Akamai Cloud Compute.
284+
This guide uses Apache Cassandra 4.1.x, the current stable release recommended for production deployments. Newer major versions may still be in early adoption or require different tooling, so using the stable branch ensures compatibility and predictable behavior on Akamai Cloud Compute.
285285

286286
Because Cassandra 4.1.x is no longer included in Ubuntu’s default package repositories, installation begins by adding the official Apache Cassandra repository. This ensures that all nodes install the correct version and receive updates directly from the Cassandra project.
287287

@@ -539,7 +539,7 @@ These are the correct defaults.
539539

540540
If they are missing or incorrect, Cassandra may start but clients (including `cqlsh`) will not be able to connect to the node.
541541

542-
Save the File.(Ctrl X, Y, Enter)
542+
Save the File. (Ctrl + X, "Y", Enter)
543543

544544
### Setting Data Center and Rack Topology
545545

@@ -618,7 +618,7 @@ rack=rack2
618618

619619
- Rack names must be unique within their data center.
620620
- Rack names may be reused across different data centers.
621-
- Save the file (Ctrl+X, Y, Enter).
621+
- Save the file (Ctrl + X, "Y", Enter).
622622

623623
These values are read at startup, so any changes require restarting the node.
624624

0 commit comments

Comments
 (0)