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 in documentation files #1377

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

leopardracer
Copy link

This pull request contains changes to improve clarity, correctness and structure.

Description correction:
The typo lies in the use of a period at the end of the line with the gasPrice parameter:

gasPrice: '20000000000000'; // default gas price in wei

In the JavaScript programming language, object properties should be separated by commas, not periods. This is a syntax requirement of the language. The period in this context is an incorrect separator that will cause a syntax error when attempting to execute the code.

Please review the changes and let me know if any additional changes are needed.

@leopardracer
Copy link
Author

@JacobEberhardt Hi! Apologies for the inconvenience. I just wanted to check if there’s anything I can improve in my pull request. Please feel free to ask any questions or let me know if any changes are needed to meet the project's merge requirements. I’m happy to make adjustments!

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