Skip to content

Commit c17a49f

Browse files
committed
Added (seemlingly) missing text, fixed pluralization
1 parent 16b6563 commit c17a49f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/object-model/classes-and-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var person = Person.create();
6161
person.say("Hello"); // alerts " says: Hello"
6262
```
6363

64-
When creating an instance, you can initialize the value of its properties
64+
When creating an instance, you can initialize the values of its properties
6565
by passing an optional hash to the `create()` method:
6666

6767
```javascript

source/templates/handlebars-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ write any additional code to make sure it keeps up-to-date.
1313

1414
By default, adjust your [application template](../the-application-template), that is created automatically for you and will be displayed on the page when your app loads.
1515

16-
You can also define templates by name that can be used later. If you would like to create a template that is shared across many areas of your site, you should investigate [components](../../components/defining-a-component/). The components section information on creating a re-usable template.
16+
You can also define templates by name that can be used later. If you would like to create a template that is shared across many areas of your site, you should investigate [components](../../components/defining-a-component/). The components section contains information on creating re-usable templates.
1717

1818
### Handlebars Expressions
1919

0 commit comments

Comments
 (0)