Fix typos and incorrect punctuation in multiple documentation files #1076
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.
This pull request addresses several minor but important issues in the documentation. The following errors have been fixed:
docs/exchange-operators/faq.mdx
The closing bracket for the Mina Protocol link was incorrectly placed before the word "MinaProtocol." This caused the link to not render correctly.
Before: [Mina Protocol]](https://x.com/MinaProtocol) X (Twitter)
After: Mina Protocol X (Twitter)
This fix ensures that the link to Mina Protocol works as intended and improves the clarity of the text.
docs/exchange-operators/index.mdx
The word "preferrable" contained an extra "r," which is a common spelling error.
Before: preferrable
After: preferable
Correcting this typo enhances the professionalism and accuracy of the documentation.
docs/mina-protocol/block-producers.mdx
In the "Select a block producer" section, the phrase "ta short-range fork" had a typo.
Before: ta short-range fork
After: a short-range fork
This correction improves readability and ensures the phrase is grammatically correct.
docs/mina-protocol/index.mdx
In the "Node Operators" section, the phrase "describes how to run Mina nodes on a Mina network" was incorrect, as the subject should be plural.
Before: describes how to run Mina nodes on a Mina network
After: describe how to run Mina nodes on a Mina network
This fix ensures subject-verb agreement and clarity.
docs/mina-protocol/lifecycle-of-a-payment.mdx
In the "Step 2" section, the word "choses" was used incorrectly.
Before: chose
After: chooses
This correction ensures the sentence is in the correct tense and improves accuracy.
These changes may seem small, but they ensure the documentation is accurate, professional, and easy to understand for all users.