Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and consistency issues in documentation #958

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

PixelPil0t1
Copy link

@PixelPil0t1 PixelPil0t1 commented Feb 23, 2025

README.md
Fixed typo in "Bug Bounty" reference:
Before: Lido Bug Bounry (/bugbounty.md)
After: Lido Bug Bounty (/bugbounty.md)
Reason: "Bounry" is a typo, the correct spelling is "Bounty".
2. docs/scratch-deploy.md
Fixed incorrect wording in installation instruction:

Before: Run yarn install (get sure repo dependencies are installed)
After: Run yarn install (make sure repo dependencies are installed)
Reason: "get sure" is grammatically incorrect; "make sure" is the correct phrase.
Standardized testnet name "Holesky":

Before: Holešky Testnet Deployment
After: Holesky Testnet Deployment
Reason: The correct testnet name is "Holesky" (without the special character "š"), which matches Ethereum's official naming.
3. docs/upgrade-deploy.md
Fixed incorrect placeholder spelling:

Before: DEPLOYER=
After: DEPLOYER=
Before: RPC_URL=
After: RPC_URL=
Reason: "YOU" was incorrect; "YOUR" is the correct word in this context.
Fixed typo in "required values" reference:

Before: specifying require values under .
After: specifying required values under .
Reason: "require" is incorrect in this context; "required" is the grammatically correct word.

@PixelPil0t1 PixelPil0t1 requested a review from a team as a code owner February 23, 2025 12:17
@tamtamchik tamtamchik changed the base branch from master to develop February 24, 2025 10:21
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.

1 participant