Skip to content

Commit

Permalink
docs: fix 2 typos (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian authored and atian25 committed Sep 10, 2018
1 parent a719fd3 commit 688067a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/en/intro/egg-and-koa.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ At the same time Request and Response are mounted to Context object. Just like E
- `set response.body`
- `set response.status`

### Exception handlering
### Exception handling

Another enormous advantage for writing asynchronous code in synchronous way is that it is quite at ease to handle exception. You can catch all the exceptions thrown in the codes followed the convention with `try catch`. We can easily write a customized exception handling middleware.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/en/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Then add a [configuration](../basics/config.md) file:

```js
// config/config.default.js
exports.keys = <YOUR_SECURITY_COOKE_KEYS>;
exports.keys = <YOUR_SECURITY_COOKIE_KEYS>;
```

The project directory looks like this:
Expand Down

0 comments on commit 688067a

Please sign in to comment.