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 incorrect syntax for --evm flag and text errors in CLI docs #1257

Closed
wants to merge 30 commits into from

Conversation

EricNorberg
Copy link

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.

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Nov 15, 2024

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Copy link

vercel bot commented Nov 15, 2024

@EricNorberg is attempting to deploy a commit to the Coinbase Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Nov 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
base-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 9:49pm
web-base-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 10, 2024 9:49pm

Copy link
Member

@wbnns wbnns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EricNorberg

Hello! Thanks for contributing! Can you please drop the change to Waiver of Class and Other Non-Individualized Relief?

leopardracer and others added 5 commits December 11, 2024 00:40
* 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
zerod0t and others added 17 commits December 11, 2024 00:40
…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
* Update ecosystem.json

* add mad logo

* fmt
Fix typo in comment for generating Buildkite pipelines
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change(s) requested One or more changes have been requested community contribution This is a contribution from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.