### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to say about Web3.js' documentation? Docs mention user must import `web3` using: `import { web3 } from 'web3';` when currently the only supported syntax is `import Web3 from 'web3';` ### Examples/References [This](https://github.com/web3/web3.js/blob/e75582eceb3a2dcd3b19502d9aaf79155a1ef491/docs/docs/guides/web3_migration_guide/index.md?plain=1#L26) line
Is there an existing issue for this?
What would you like to say about Web3.js' documentation?
Docs mention user must import
web3using:import { web3 } from 'web3';when currently the only supported syntax isimport Web3 from 'web3';Examples/References
This line