-
Notifications
You must be signed in to change notification settings - Fork 5k
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
A typo in docs #4616
Labels
Bug
Addressing a bug
Comments
Merged
16 tasks
jdevcs
pushed a commit
that referenced
this issue
Dec 17, 2021
* Empty commit to trigger CI * Fix a typo (#4599) * Fix a typo * update changelog Co-authored-by: Nazar Hussain <[email protected]> * 📝 Update the chanelog for 1.7.1 Co-authored-by: Sam Chen <[email protected]>
This was referenced Feb 11, 2022
This was referenced Mar 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
Currently,
would render into:
A whitespace before the
(optional)
is needed to render it right.Expected Behavior
renders into
<code></code>
.Steps to Reproduce
Just check the doc page https://web3js.readthedocs.io/en/v1.5.2/web3-eth-contract.html#methods-mymethod-send
Web3.js Version
1.5.2
Environment
Anything Else?
No response
The text was updated successfully, but these errors were encountered: