baconjs / bacon.js

Functional reactive programming library for TypeScript and JavaScript
https://baconjs.github.io
MIT License
6.47k stars 331 forks source link

docs: Fix simple typo, subcribing -> subscribing #760

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in dist/Bacon.js.

Should read subscribing rather than subcribing.

raimohanska commented 4 years ago

Hi Tim! The dist files are generated. The typo needs to be fixed in the source file.

timgates42 commented 4 years ago

Thanks @raimohanska have adjusted the source file

raimohanska commented 4 years ago

I improved the contribution instructions which were unclear :)