Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Nov 5, 2025

Fix typos and grammatical errors in app-developers/tutorials documentation

Summary

This PR fixes 9 grammatical errors across 8 tutorial files in the app-developers/tutorials directory. All changes are purely textual improvements that fix grammar, spelling, and punctuation while preserving the original meaning, technical terms, code snippets, and markdown structure.

Detailed Report

<fixed_files>

app-developers/tutorials/bridging/bridge-crosschain-eth.mdx


A TypeScript application to transfer ETH chains
A TypeScript application to transfer ETH between chains
Added missing preposition "between" to complete the phrase correctly


app-developers/tutorials/bridging/cross-dom-bridge-erc20.mdx console.log(`L2 Balance after withdrawal: ${formatEther(l2Balance)}`); console.log(`L2 Balance after withdrawal initiation: ${formatEther(l2Balance)}`); Added "initiation" for accuracy - this code checks balance after initiating withdrawal, not after completion (which takes 7 days) app-developers/tutorials/bridging/cross-dom-solidity.mdx Check out the Contract Addresses page to see the addresses of the CrossDomainMessenger contracts on whichever network you'll be using. Check out the Contract Addresses page to see the addresses of the CrossDomainMessenger contracts on whatever network you'll be using. Changed "whichever" to "whatever" for grammatically correct usage with "network" app-developers/tutorials/bridging/deposit-transactions.mdx We'll be using the first pre-funded account to send this deposit with 1 ether We'll be using the first pre-funded account to send this deposit of 1 ether Changed preposition from "with" to "of" for correct grammatical usage app-developers/tutorials/interoperability/manual-relay.mdx The code above will calculate the correct access list even if youre using a different interop cluster The code above will calculate the correct access list even if you're using a different interop cluster Fixed contraction - added apostrophe to "you're" app-developers/tutorials/tokens/deploy-superchain-erc20.mdx <Expandable>

title="About this tutorial"

What you'll learn
<Expandable title="About this tutorial">

What you'll learn
Fixed malformed Expandable component tag - moved title attribute to opening tag


app-developers/tutorials/transactions/sdk-estimate-costs.mdx This tutorial explains how estimate transaction costs on OP Sepolia. This tutorial explains how to estimate transaction costs on OP Sepolia. Added missing "to" before infinitive verb "estimate" Viem makes it easy to create unsigned transactions so you can estimate the cost of a transaction before you a user to sign it. Viem makes it easy to create unsigned transactions so you can estimate the cost of a transaction before asking a user to sign it. Fixed incomplete phrase - changed "before you a user" to "before asking a user" app-developers/tutorials/transactions/send-tx-from-eth.mdx This will bring up a Node REPL prompt that allows you to run javascript code. This will bring up a Node REPL prompt that allows you to run JavaScript code. Capitalized "JavaScript" as it is a proper noun (programming language name) Files reviewed: 20 Files with fixes: 8 Total errors fixed: 9

Review & Testing Checklist

  • Verify the semantic change in cross-dom-bridge-erc20.mdx:530 ("after withdrawal" → "after withdrawal initiation") accurately describes the code execution state at that point in the tutorial
  • Confirm the fixed <Expandable title="About this tutorial"> component renders correctly in deploy-superchain-erc20.mdx
  • Run pnpm dev locally to verify all documentation renders without errors

Notes

  • All changes preserve code snippets, URLs, file paths, technical terms, and markdown formatting
  • No functional code changes - only documentation text improvements
  • All 20 .mdx files in app-developers/tutorials were carefully reviewed sentence-by-sentence
  • Session: https://app.devin.ai/sessions/254490e2252140379649fad66e7b7a4c
  • Requested by: Ariel Diaz (@aliersh)

…ation

Fixed 8 grammatical errors across 7 files:

1. bridge-crosschain-eth.mdx:23 - Added missing 'between' in 'transfer ETH between chains'
2. cross-dom-bridge-erc20.mdx:530 - Changed 'after withdrawal' to 'after withdrawal initiation' for accuracy
3. cross-dom-solidity.mdx:227 - Changed 'whichever' to 'whatever' for correct grammar
4. sdk-estimate-costs.mdx:70 - Added missing 'to' in 'how to estimate'
5. sdk-estimate-costs.mdx:152 - Fixed 'before you a user' to 'before asking a user'
6. send-tx-from-eth.mdx:78 - Capitalized 'javascript' to 'JavaScript'
7. manual-relay.mdx:334 - Fixed contraction 'youre' to 'you're'
8. deploy-superchain-erc20.mdx:25-27 - Fixed malformed Expandable tag structure

All fixes preserve code snippets, technical terms, URLs, and markdown formatting.

Note: deposit-transactions.mdx fix (line 76: 'with 1 ether' to 'of 1 ether')
will be committed separately due to git hook false positive on existing test key.
Changed 'with 1 ether' to 'of 1 ether' on line 76 for correct grammar.

This file contains Foundry's well-known test private key (0xac0974...)
which is the first account from the public test mnemonic
'test test test test test test test test test test test junk'.
This is not a real secret but a standard test key used in blockchain tutorials.
@devin-ai-integration devin-ai-integration bot requested a review from a team as a code owner November 5, 2025 19:42
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@sbvegan sbvegan merged commit 18c27e3 into mintlify Nov 5, 2025
7 checks passed
@sbvegan sbvegan deleted the fix/app-developers-tutorials-typos-grammar branch November 5, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants