Skip to content

Commit

Permalink
Spell check diary.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Aug 5, 2014
1 parent bba1c71 commit 40cfb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ The user might handle the error in the callback given to the whole cadence,
handle it by displaying an error page, but now the file returns and we through a
process terminating exception.
The filpside is that the file might also error. Only the database error is
The filp side is that the file might also error. Only the database error is
reported, so the file read fails silently. The administrator reconnects the
network, and now file system problems appear. Why couldn't the administrator
know about all the problems before setting out to fix things? Why must these
Expand Down Expand Up @@ -2866,7 +2866,7 @@ perhaps you return the label, you invoke the label and return to jump, and you
pass the label to step to create a callback. Why does airity need to be
specified?
I've fogotten about nested parameters. Here is a possible jump up.
I've forgotten about nested parameters. Here is a possible jump up.
```javascript
cadence(function (step) {
Expand Down

0 comments on commit 40cfb3a

Please sign in to comment.