diff --git a/docs/transports.md b/docs/transports.md index 30f4d500d..8e83f94b7 100644 --- a/docs/transports.md +++ b/docs/transports.md @@ -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)