Skip to content

Commit

Permalink
fix typo in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ewang committed Mar 3, 2012
1 parent 673d07b commit f422291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -3234,7 +3234,7 @@ <h2 id="faq">F.A.Q.</h2>
... in your configuration. Otherwise, override
<a href="#Model-parse">parse</a> to pull model attributes out of the
wrapper. Similarly, Backbone PUTs and POSTs direct JSON representations
of models, where by default Rails expcects namespaced attributes. You can
of models, where by default Rails expects namespaced attributes. You can
have your controllers filter attributes directly from <tt>params</tt>, or
you can override <a href="#Model-toJSON">toJSON</a> in Backbone to add
the extra wrapping Rails expects.
Expand Down

0 comments on commit f422291

Please sign in to comment.