diff --git a/docs/layouts.md b/docs/layouts.md index 56512e7..590b591 100644 --- a/docs/layouts.md +++ b/docs/layouts.md @@ -141,7 +141,7 @@ Fields can be any of: - `%f` full path of filename (requires `enableCallStack: true` on the category, see [configuration object](api.md)) - `%f{depth}` path's depth let you chose to have only filename (`%f{1}`) or a chosen number of directories - `%l` line number (requires `enableCallStack: true` on the category, see [configuration object](api.md)) -- `%o` column postion (requires `enableCallStack: true` on the category, see [configuration object](api.md)) +- `%o` column position (requires `enableCallStack: true` on the category, see [configuration object](api.md)) - `%s` call stack (requires `enableCallStack: true` on the category, see [configuration object](api.md)) - `%C` class name (requires `enableCallStack: true` on the category, see [configuration object](api.md) and [#1316](https://github.com/log4js-node/log4js-node/pull/1316)) - `%M` method or function name (requires `enableCallStack: true` on the category, see [configuration object](api.md) and [#1316](https://github.com/log4js-node/log4js-node/pull/1316))