Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sweeetland committed Mar 10, 2020
1 parent 998bfcc commit 705f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ exports.handler = withHooks(handler)
```

### Flow of Execution
This is a visual of the order in which the hooks are executed. One by one from the before array, to the lambda and then to the after array, only reaching the onError if there's an error at any point.
This is a visual of the order in which the hooks are executed. One by one from the before array, to the lambda and then to the after array, only reaching the onError array *if* there's an error.
```javascript
const withHooks = useHooks({

Expand Down

0 comments on commit 705f81d

Please sign in to comment.