From 716d9d3ccc040d8803571561f21756245a7f30c7 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Fri, 13 Oct 2023 15:27:32 +0800 Subject: [PATCH] fix: typo --- BUILD.md | 2 +- README.md | 2 +- charts/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index 869515a..922f249 100644 --- a/BUILD.md +++ b/BUILD.md @@ -35,7 +35,7 @@ docker push securitybunker/databunker:latest ``` -## Other usefull commands for working with containers: +## Other useful commands for working with containers: ``` docker rm dbunker diff --git a/README.md b/README.md index b9730c2..c4cbf4e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ https://databunker.org/doc/benchmark/ * Backend at https://privacybunker.io/ * Backend at https://bitbaza.io/ -🚩 **Send us a note** if you are running Databunker in production mode, so we can add your wesbite to the list. +🚩 **Send us a note** if you are running Databunker in production mode, so we can add your website to the list. ## Privacy by design diff --git a/charts/README.md b/charts/README.md index e49812a..19406e1 100644 --- a/charts/README.md +++ b/charts/README.md @@ -23,7 +23,7 @@ helm install databunker databunker/databunker \ --set certificates.customCAs\[0\].secret="databunker" ``` -## Usefull commands +## Useful commands ``` export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=databunker,app.kubernetes.io/instance=databunker" -o jsonpath="{.items[0].metadata.name}")