web3 / web3.js

Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.
https://web3js.org/
Other
19.27k stars 4.94k forks source link

Typo in subscribe migration guide #7324

Open Joro97 opened 4 days ago

Joro97 commented 4 days ago

There is a small typo in the subscribe migration guide. This PR should fix it.

Steps to reproduce the behavior

  1. Open https://docs.web3js.org/guides/web3_upgrade_guide/subscribe_migration_guide/#subscribing-to-events
  2. Read the third bullet under "Differences"
  3. "...you code..." should become "...your code..."

Logs

Typo can be seen highlighted on the image below. "...you code..." should become "...your code..."

image

Environment

Tested on latest Brave + macOS version.

mconnelly8 commented 3 days ago

Thanks @Joro97, the team will review the PR.