Skip to content

Commit 59091fa

Browse files
committed
Lowercase secret
1 parent 61920a8 commit 59091fa

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/schemas/config/functions

1 file changed

+1
-1
lines changed

docs/reference/schemas/config/functions/secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The `secret()` function can return errors in the following situations:
230230

231231
To support the `secret()` function, extensions must:
232232

233-
1. Declare the `Secret` capability in their manifest
233+
1. Declare the `secret` capability in their manifest
234234
2. Implement a secret retrieval method that accepts name and optional vault
235235
parameters
236236
3. Return secret values as single-line strings (multi-line values are not

0 commit comments

Comments
 (0)