1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Fix 'propeties' typo in docs

This commit is contained in:
Justin Li 2013-05-08 15:57:46 -04:00
parent 3650d6eb4e
commit afd9b44dea

View file

@ -801,7 +801,7 @@ Expressions
<%= code_for('patterns_and_splats', 'contents.join("")') %> <%= code_for('patterns_and_splats', 'contents.join("")') %>
<p> <p>
Destructuring assignment is also useful when combined with class constructors Destructuring assignment is also useful when combined with class constructors
to assign propeties to your instance from an options object passed to the constructor. to assign properties to your instance from an options object passed to the constructor.
</p> </p>
<%= code_for('constructor_destructuring', 'contents.join("")') %> <%= code_for('constructor_destructuring', 'contents.join("")') %>