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:
parent
3650d6eb4e
commit
afd9b44dea
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ Expressions
|
|||
<%= code_for('patterns_and_splats', 'contents.join("")') %>
|
||||
<p>
|
||||
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>
|
||||
<%= code_for('constructor_destructuring', 'contents.join("")') %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue