Describe the bug
There are two instances where the word 'the' is duplicated
Staking withdrawals page:
- ''To try out your setup on a testnet first, visit the the Goerli Testnet Staking Launchpad to get started.''
Smart contract security page:
- ''Integer underflows happen for similar reasons: the the results of an arithmetic operation falls below the acceptable range.''
To reproduce
Staking withdrawals page
- Go to https://ethereum.org/en/staking/withdrawals/#faq
- Expand the 'I operate a validator. Where can I find more information on enabling withdrawals?' question
- Read the 2nd paragraph
- See error
Smart contract security page
- Go to https://ethereum.org/en/developers/docs/smart-contracts/security/#integer-underflows-and-overflows
- Read the 2nd paragraph
- See error
Expected behavior
Remove duplicate 'the' from the text
The final content should be:
Staking withdrawals page
- ''To try out your setup on a testnet first, visit the Goerli Testnet Staking Launchpad to get started.''
Smart contract security page
- ''Integer underflows happen for similar reasons: the results of an arithmetic operation falls below the acceptable range.''
Screenshots
<img width="909" alt="Screenshot 2024-01-05 at 15 40 08" src="https://github.com/ethereum/ethereum-org-website/assets/37338979/c882c583-2ec6-4531-81a9-fdabf6a6368a"> <img width="649" alt="Screenshot 2024-01-05 at 15 42 29" src="https://github.com/ethereum/ethereum-org-website/assets/37338979/a77723f8-7396-48b8-89c5-3bc510c61132">Desktop (please complete the following information)
All
Smartphone (please complete the following information)
All
Additional context
No response
Would you like to work on this issue?
- [ ] Yes
- [ ] No