Skip to content

Commit

Permalink
Changed spelling
Browse files Browse the repository at this point in the history
changed spelling
  • Loading branch information
LarsTi committed Apr 8, 2015
1 parent e915acb commit 447a813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/transports.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are several [core transports](#winston-core) included in `winston`, which
* [Console](#console-transport)
* [File](#file-transport)
* [DailyRotateFile](#dailyrotatefile-transport)
* [Http](#http-transport)
* [Http](#http-transport)li
* [Webhook](#webhook-transport)

* **[Winston More](#winston-more)**
Expand Down 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 447a813

Please sign in to comment.