Skip to content

Commit 226d14b

Browse files
djsaubleclaude
andcommitted
fix: align table separator style in secrets-management.md
Resolves markdownlint MD060 errors by spacing the secret store reference table separator to match the rest of the table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ed254be commit 226d14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/secrets-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ active with the old secret value.
186186
## Secret store reference
187187

188188
| Store | Primary auth | Retrieval command |
189-
|---|---|---|
189+
| --- | --- | --- |
190190
| macOS Keychain | Login session / biometric | `security find-generic-password -a "$USER" -s "name" -w` |
191191
| Linux keyring | Desktop session | `secret-tool lookup service name account user` |
192192
| 1Password | `op signin` / biometric | `op read op://vault/item/field` |

0 commit comments

Comments
 (0)