Skip to content

Commit 088b8b3

Browse files
Merge pull request #2978 from pushrax/master
Fix 'propeties' typo in docs
2 parents 3650d6e + afd9b44 commit 088b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ Expressions
801801
<%= code_for('patterns_and_splats', 'contents.join("")') %>
802802
<p>
803803
Destructuring assignment is also useful when combined with class constructors
804-
to assign propeties to your instance from an options object passed to the constructor.
804+
to assign properties to your instance from an options object passed to the constructor.
805805
</p>
806806
<%= code_for('constructor_destructuring', 'contents.join("")') %>
807807

0 commit comments

Comments
 (0)