Skip to content

Commit

Permalink
docs: fix typo (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxin authored and jonathanong committed Jul 13, 2017
1 parent 87cde82 commit 9f2182d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/response.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ app.use(function * (next) {
Get a response header field value with case-insensitive `field`.

```js
const etag = ctx.get('ETag');
const etag = ctx.response.get('ETag');
```

### response.set(field, value)
Expand Down

0 comments on commit 9f2182d

Please sign in to comment.