alexbeletsky / backbone-express-spa

Backbone.js + Express.js single page application boilerplate
431 stars 71 forks source link

changed 'expect' to 'except' where appropriate in docs #24

Closed insanity54 closed 11 years ago

insanity54 commented 11 years ago

Documentation read, "It would respond with master page html for any request, expect the requests for..." but I'm pretty sure it should read, "It would respond with master page html for any request, except the requests for..."

So I changed it to "except" so it makes more sense.

related issue: https://github.com/alexanderbeletsky/backbone-express-spa/issues/23

alexbeletsky commented 11 years ago

Cool, thanks a lot ;)