-
Notifications
You must be signed in to change notification settings - Fork 424
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 incorrect syntax for --evm flag and text errors in CLI docs #1257
Conversation
🟡 Heimdall Review Status
|
@EricNorberg is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello! Thanks for contributing! Can you please drop the change to Waiver of Class and Other Non-Individualized Relief
?
* Update overview.md * Update security.md * Update using-base.md * Update cookie-policy.mdx * Update privacy-policy.md * Update onboarding.md * Update privacy-policy.md * Update overview.md * Update security.md * Update cookie-policy.mdx * Update overview.md * Update privacy-policy.md * Update privacy-policy.md
* Added GBM Domains logo to partner images * Added GBM Domains entry to ecosystem.json
* fix: spelling to British English * fix: typo in error message * fix: correct typo * fix: typos in smart contract tutorial * Update privacy-policy.md * Update hardhat-verify-sbs.md
…ion (base-org#1260) * Spelling and syntax errors * Typo * Spelling * typo
* fix: Correct spelling * fix: typo corrections in test files * fix: typos in function and struct names * fix: typos in security reporting documentation
This reverts commit e336f86.
* Update ecosystem.json * add mad logo * fmt
Fix typo in comment for generating Buildkite pipelines
stylistic improvements
…drop broken API3 urls (base-org#1350) * docs(notices): Add notice WRT deprecation of Geth archive snapshots * fix(docs): Broken links upstream on API3
* Fix typo in language selection dropdown message * Fix spelling error in feedback modal header/footer * Fix typo: `verifable` → `verifiable`
…/subcategories (base-org#1360) * update README steps for updating the base ecosystem page - switch tags to categories/subcategories * Update README.md Fix nested spacing of categories -> subcategories * fix subcategory value for "centralized exchange"
* Update 0_deploy-with-remix.md * Update deployment-to-base-sepolia-sbs.md
* typo Update privacy-policy.md The spelling error in the text. * typo Update terms-of-service.md There is one orthographic mistake. * Typo Update README.md Typographical issue: - In the line: **"You authorize and license to Coinbase"** It should be: **"You authorize and license Coinbase"** The preposition "to" is unnecessary here. Fixed.
What changed? Why?
The current documentation for the command npx thirdweb create app --evm uses an incorrect syntax for the --evm flag. Instead of using two hyphens (--), a single hyphen (-) is used, causing a syntax error when running the command.
Additionally, I have corrected typos and spelling errors in the text to improve clarity and readability.
Changes:
• Corrected the flag from -evm to --evm in the command description.
• Fixed various typos and spelling mistakes throughout the documentation.
Reason for Change:
• To fix a critical error where the command is not recognized by the CLI and fails to execute.
• To improve the overall readability and accuracy of the documentation.
Notes to reviewers
Please verify that the corrected command syntax aligns with the latest CLI version and ensure all other spelling and formatting changes are consistent.
How has it been tested?
• The corrected command was tested with the --evm flag, and it successfully executed as expected.