From afd9b44deafbd8b181535ea7f999f8b55282b60d Mon Sep 17 00:00:00 2001 From: Justin Li Date: Wed, 8 May 2013 15:57:46 -0400 Subject: [PATCH] Fix 'propeties' typo in docs --- documentation/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index ef3f579a..be9040b0 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -801,7 +801,7 @@ Expressions <%= code_for('patterns_and_splats', 'contents.join("")') %>

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.

<%= code_for('constructor_destructuring', 'contents.join("")') %>