Skip to content

Commit

Permalink
Merge pull request #599 from LarsTi/master
Browse files Browse the repository at this point in the history
Changed spelling
  • Loading branch information
indexzero committed Apr 21, 2015
2 parents e915acb + 99b6b44 commit b6ec262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The File transport should really be the 'Stream' transport since it will accept
* __maxFiles:__ Limit the number of files created when the size of the logfile is exceeded.
* __stream:__ The WriteableStream to write output to.
* __json:__ If true, messages will be logged as JSON (default true).
* __eol:__ string indicating the end-of-live characters to use (default to `\n`).
* __eol:__ string indicating the end-of-line characters to use (default to `\n`).
* __prettyPrint:__ Boolean flag indicating if we should `util.inspect` the meta (default false). If function is specified, its return value will be the string representing the meta.
* __depth__ Numeric indicating how many times to recurse while formatting the object with `util.inspect` (only used with `prettyPrint: true`) (default null, unlimited)

Expand Down

0 comments on commit b6ec262

Please sign in to comment.