Fix punctuation in master password documentation - #357
Conversation
Corrected punctuation in master password section.
|
💬 Discussion in Slack: #pr-review-agent-vault-357-fix-punctuation-in-master-password-documentation Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
| Filename | Overview |
|---|---|
| docs/reference/cli.mdx | Replaces a double hyphen with a single hyphen, but the resulting clause separator is still grammatically incorrect. |
Reviews (1): Last reviewed commit: "Fix punctuation in master password docum..." | Re-trigger Greptile
| ## Master password | ||
|
|
||
| Manage the master password that wraps the data encryption key (DEK). All commands require the server to be stopped. When `DATABASE_URL` is set, these commands require `--force` because multiple instances may share the database -- stop all instances first. | ||
| Manage the master password that wraps the data encryption key (DEK). All commands require the server to be stopped. When `DATABASE_URL` is set, these commands require `--force` because multiple instances may share the database - stop all instances first. |
There was a problem hiding this comment.
Single hyphen separates clauses
The changed sentence uses a single hyphen to separate two independent clauses, so the punctuation correction remains grammatically incorrect and makes the instruction less clear.
| Manage the master password that wraps the data encryption key (DEK). All commands require the server to be stopped. When `DATABASE_URL` is set, these commands require `--force` because multiple instances may share the database - stop all instances first. | |
| Manage the master password that wraps the data encryption key (DEK). All commands require the server to be stopped. When `DATABASE_URL` is set, these commands require `--force` because multiple instances may share the database — stop all instances first. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Corrected punctuation in master password section.
Summary
Type of change
Test plan
make test)Security checklist