Skip to content

Commit daa72d0

Browse files
authored
Merge pull request #27999 from pleiadesian/patch-1
Fix typo in secret.md
2 parents c576c3a + 1753d09 commit daa72d0

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ kubectl create secret tls my-tls-secret \
328328
--key=path/to/key/file
329329
```
330330

331-
The public/private key pair must exist before hand. The public key certificate
331+
The public/private key pair must exist beforehand. The public key certificate
332332
for `--cert` must be .PEM encoded (Base64-encoded DER format), and match the
333333
given private key for `--key`.
334334
The private key must be in what is commonly called PEM private key format,

0 commit comments

Comments
 (0)