Skip to content

Commit

Permalink
Merge pull request #16 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
stremovsky authored Oct 13, 2023
2 parents 5a04dca + 716d9d3 commit 2da89ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 2da89ff

Please sign in to comment.