marionettejs / backbone.radio

Messaging patterns for Backbone applications.
MIT License
491 stars 50 forks source link

Minor bug in API documentation #269

Closed Bartosz-D3V closed 7 years ago

Bartosz-D3V commented 7 years ago

Hey,

Inside API documentation in README.md there is a typo I think: Requests request( requestName [, args...] )

It should be: request( requestName, [args...] )

Not a big issue, but might take a minute or two for someone not familiar with this library.

paulfalgout commented 7 years ago

Want to fix it? https://github.com/marionettejs/backbone.radio/edit/master/README.md

Bartosz-D3V commented 7 years ago

Hi,

I created a merge request #270 where I fixed that and other example where context was passed without preceded coma.

Many thanks