Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
closes #145
  • Loading branch information
fvictorio authored and dougwilson committed Sep 27, 2017
1 parent a028ae7 commit 6fdf1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ The `format` argument may be a string of a predefined name (see below for the na
a string of a format string, or a function that will produce a log entry.

The `format` function will be called with three arguments `tokens`, `req`, and `res`,
where `tokens` is object with all defined tokens, `req` is the HTTP request and `res`
where `tokens` is an object with all defined tokens, `req` is the HTTP request and `res`
is the HTTP response. The function is expected to return a string that will be the log
line, or `undefined` / `null` to skip logging.

Expand Down

0 comments on commit 6fdf1a0

Please sign in to comment.