Skip to content

Commit

Permalink
update some apparent typos and a question
Browse files Browse the repository at this point in the history
some typos

also, a question, where does profile.id, under Associations 
setProfile example, get instantiated?
  • Loading branch information
bloodyKnuckles committed Mar 27, 2013
1 parent 3508f52 commit 80cbbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -120,7 +120,7 @@ console.log(user.errors.password);
## Saving items

After creating the instance, call the `save` method on the instance. This method
takes a callbak in the familiar (err, data) format for Node.
takes a callback in the familiar (err, data) format for Node.

```javascript
if (user.isValid()) {
Expand Down Expand Up @@ -154,7 +154,7 @@ if (user.isValid()) {

## Lifecycle events

Both the base model 'constructors,' and model instances are EventEmitters. The
Both the base model 'constructors,' and model instances are EventEmitters. They
emit events during the create/update/remove lifecycle of model instances. In all
cases, the plain-named event is fired after the event in question, the
'before'-prefixed event, of course happens before.
Expand Down

0 comments on commit 80cbbd5

Please sign in to comment.