Improved Readability and Minor Fixes in Documentation #32
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.
During my review of the documentation, I identified a few areas where the phrasing could be improved for better readability and consistency. Here are the adjustments I made:
"There can be multiple pools of the same collection, and you may create as many pools as you want."
"There can be multiple pools for the same collection, and you can create as many pools as you want."
"When creating a pool, you’ll be presented with some options:"
"When creating a pool, you will be presented with the following options:"
"A pool with NFTs (for selling NFTs)"
"A pool with NFTs (for selling)"
"You may then select the NFT collection you would like to pair with the STARS token."
"You can then select the NFT collection to pair with the STARS token."
"The last step is setting the pool parameters:"
"The final step is to set the pool parameters:"
"The swap fee, which is the amount of tokens you will earn on every transaction (only applicable for “buy and sell” pools)."
"The swap fee, which is the amount of STARS you will earn on every transaction (only applicable for 'buy and sell' pools)."
"The bonding curve (linear / exponential / XYK)."
"The bonding curve (linear, exponential, or XYK)."
These changes aim to enhance the clarity and precision of the documentation ;)