mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
fix typo in docs
This commit is contained in:
@@ -2775,7 +2775,7 @@ var model = localBackbone.Model.extend(...);
|
||||
<a href="https://manage.stripe.com">management interface</a> was recently
|
||||
rewritten from scratch in Coffeescript using Backbone.js as the primary
|
||||
framework, <a href="https://github.com/sstephenson/eco">Eco</a> for templates, <a href="http://sass-lang.com/">Sass</a> for stylesheets, and <a href="https://github.com/sstephenson/stitch">Stitch</a> to package
|
||||
everything together as <a href="http://commonjs.org/">CommonJS</a> modulas. The new app uses
|
||||
everything together as <a href="http://commonjs.org/">CommonJS</a> modules. The new app uses
|
||||
<a href="https://stripe.com/docs/api">Stripe's API</a> directly for the
|
||||
majority of its actions; Backbone.js models made it simple to map
|
||||
client-side models to their corresponding RESTful resources.
|
||||
|
||||
Reference in New Issue
Block a user