From af494da46e702f8b0f79ef553ea0200ac0e7e335 Mon Sep 17 00:00:00 2001
From: Pascal Zarrad
Date: Tue, 3 Aug 2021 22:23:34 +0200
Subject: [PATCH] Fix typo
---
database/nosql/cassandra/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/database/nosql/cassandra/README.md b/database/nosql/cassandra/README.md
index 15b9309a..750eea1a 100644
--- a/database/nosql/cassandra/README.md
+++ b/database/nosql/cassandra/README.md
@@ -34,7 +34,7 @@ Example command you can enter into the Pterodactyl console after CQLSH is connec
ALTER USER cassandra WITH PASSWORD 'SomePasswordYouShouldSpecifyOnYourOwn!';
```
-#### Inernet Access
+#### Internet Access
Cassandra recommends to not expose the service to the internet.
Therefore, it is recommended to run this egg in an internal network or behind a firewall,
that is properly configured to restrict access to the service from outside of your network.