📝 Documentation Grammar and Clarity Improvements #715
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.
🎯 Overview
This pull request enhances the documentation's readability and professionalism by fixing grammatical issues and improving clarity across multiple files.
🔍 Detailed Changes
📁 apps/nextra/pages/en/build/create-aptos-dapp/faq.mdx
1️⃣ Removed Redundant Word
Old: without any incurring any runtime performance costs
New: without incurring any runtime performance costs
💡 Reason: Eliminated redundancy to improve readability
2️⃣ Fixed Number Agreement
Old: For detailed instruction
New: For detailed instructions
💡 Reason: Corrected plural form for better grammatical accuracy
📁 apps/nextra/pages/en/build/sdks/dotnet-sdk/queries/view.mdx
3️⃣ Corrected Technical Term
Old: without any types arguments
New: without any type arguments
💡 Reason: Fixed singular form for technical accuracy
4️⃣ Fixed Duplicate Word
Old: to deserialize the the return values
New: to deserialize the return values
💡 Reason: Removed unintended word duplication
📁 apps/nextra/pages/en/build/sdks/wallet-adapter/dapp.mdx
5️⃣ Eliminated Redundancy
Old: Install the plugins plugins for
New: Install the plugins for
💡 Reason: Removed duplicate word for cleaner documentation