djipco / webmidi

Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).
Apache License 2.0
1.52k stars 115 forks source link

Fix typo #330

Closed bgins closed 1 year ago

bgins commented 1 year ago

Hey there! Thanks for this project. Super grateful that it exists! 🙏

I noticed a couple of typos in the documentation, and I thought I would submit a PR to fix them.

djipco commented 1 year ago

Thank you for taking the time to submit a PR. This is very much appreciated. However, the website/api/classes/WebMidi.md file is generated automatically from the source code of src/WebMidi.js. If you could simply submit another PR without the changes to this file, I would happily merge it.

Thanks!

bgins commented 1 year ago

However, the website/api/classes/WebMidi.md file is generated automatically from the source code of src/WebMidi.js. If you could simply submit another PR without the changes to this file, I would happily merge it.

Sure thing! I amended the commit locally and force pushed to my branch. Should be good to go now, and I see it has been merged as I type these words. 😃