Skip to content

Commit ab9554f

Browse files
authored
Merge pull request #360 from joerg84/patch-1
Fixed Typos.
2 parents 46b6603 + eaaeb08 commit ab9554f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Manual/Tutorials/Kubernetes/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Starting an ArangoDB database (either single server or full blown cluster)
44
on Kubernetes involves a lot of resources.
55

6-
The servers needs to run in `Pods`, you need `Secrets` for authentication,
6+
The servers need to run in `Pods`, you need `Secrets` for authentication,
77
TLS certificates and `Services` to enable communication with the database.
88

99
Use `kube-arangodb`, the ArangoDB Kubernetes Operator to greatly simplify
@@ -76,7 +76,7 @@ new custom resource definition:
7676

7777
- `ArangoLocalStorage` is the resource used to provision `PersistentVolumes` on local storage.
7878

79-
The optioal fourth command installs a `Deployment` that runs the
79+
The optional fourth command installs a `Deployment` that runs the
8080
operator that takes care of DC2DC replications.
8181

8282
## Deploying your first ArangoDB database

0 commit comments

Comments
 (0)