Skip to content

Commit b8c826a

Browse files
authored
Removed unnecessary < and >
1 parent efba341 commit b8c826a

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
@@ -794,7 +794,7 @@ secret "test-db-secret" created
794794

795795
{{< note >}}
796796
Special characters such as `$`, `\`, `*`, `=`, and `!` will be interpreted by your
797-
[shell](<https://en.wikipedia.org/wiki/Shell_(computing)>) and require escaping.
797+
[shell](https://en.wikipedia.org/wiki/Shell_(computing)) and require escaping.
798798

799799
In most shells, the easiest way to escape the password is to surround it with single quotes (`'`).
800800
For example, if your actual password is `S!B\*d$zDsb=`, you should execute the command this way:

0 commit comments

Comments
 (0)