docs: normalize curly quotes in auto-signing guide#161
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
tansawit
approved these changes
May 27, 2026
Collaborator
tansawit
left a comment
There was a problem hiding this comment.
Reviewed docs-only typography fix; CI is passing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace curly double-quotes with straight quotes in the Enabling Auto-signing guide to match the rest of the documentation.
Changes
user-guides/wallet/auto-signing/using-auto-signing/enabling-auto-signing.mdx: change"Connect Wallet"→"Connect Wallet"so quoting matches the siblingrevoking-auto-signing.mdxpage and every other MDX file.Context
Audited all 209 MDX files for style/tone consistency. Most apparent variations (heading case,
autoSign/AutoSign/Autosignterminology) either span code identifiers that must not be edited or reflect a genuinely mixed-but-intentional pattern across sections. The only objectively isolated deviation was curly double-quotes appearing in a single guide while every other page uses straight quotes — fixed here without altering any technical content.Note
Low Risk
Single-line typography fix in user documentation with no behavioral or security impact.
Overview
Normalizes punctuation in the Enabling Auto-signing guide so the step that mentions Connect Wallet uses straight ASCII double quotes instead of curly typographic quotes.
No procedural or technical content changes—only quote characters on that one line in
enabling-auto-signing.mdx, aligning with the rest of the MDX docs.Reviewed by Cursor Bugbot for commit f9efeba. Bugbot is set up for automated code reviews on this repo. Configure here.