fix typo in docs

This commit is contained in:
Phil Freo
2012-06-14 14:15:40 -07:00
parent 30e630a8d2
commit a3dbdd57e5

View File

@@ -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.