diff --git a/docs/openbao.md b/docs/openbao.md index 90a8878..fdca26b 100644 --- a/docs/openbao.md +++ b/docs/openbao.md @@ -38,9 +38,9 @@ kubectl get pods -l app.kubernetes.io/name=openbao kubectl exec -ti openbao-0 -- bao operator init ``` -3. And to unseal it you'll have to run the following commant at least three times - each time with a different key: +3. And to unseal it you'll have to run the following command at least three times - each time with a different key: ``` -kubectl exec -ti openbao-0 -- bao operator unseal +kubectl exec -ti openbao-0 -- bao operator unseal ``` 4. Repeat step **2** and **3** for the rest of the pods