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: fix syntax error in .env file docs #1761

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

mdqst
Copy link
Contributor

@mdqst mdqst commented Dec 18, 2024

What changed? Why?

This update corrects a typo in the .env file where a semicolon (;) was mistakenly added at the end of a line.

The .env file follows a strict key-value format (KEY=VALUE) where semicolons are not valid syntax and may lead to misinterpretation of the variable or runtime errors during parsing. This change ensures compliance with the standard .env syntax and prevents potential issues when loading environment variables.

Copy link

vercel bot commented Dec 18, 2024

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

Name Status Preview Comments Updated (UTC)
onchainkit-coverage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 11:19am
onchainkit-routes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 18, 2024 11:19am

Copy link

vercel bot commented Dec 18, 2024

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

A member of the Team first needs to authorize it.

@dschlabach dschlabach changed the title Fix syntax error in .env file Update nextjs.mdx fix: fix syntax error in .env file docs Dec 18, 2024
@alessey alessey merged commit c8d7845 into coinbase:main Dec 18, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants