Skip to content

Commit b2c9704

Browse files
authored
Merge pull request #1338 from dtslvr/patch-1
Fix typo
2 parents a08da65 + b1e91f0 commit b2c9704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Fields can be any of:
141141
- `%f` full path of filename (requires `enableCallStack: true` on the category, see [configuration object](api.md))
142142
- `%f{depth}` path's depth let you chose to have only filename (`%f{1}`) or a chosen number of directories
143143
- `%l` line number (requires `enableCallStack: true` on the category, see [configuration object](api.md))
144-
- `%o` column postion (requires `enableCallStack: true` on the category, see [configuration object](api.md))
144+
- `%o` column position (requires `enableCallStack: true` on the category, see [configuration object](api.md))
145145
- `%s` call stack (requires `enableCallStack: true` on the category, see [configuration object](api.md))
146146
- `%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))
147147
- `%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))

0 commit comments

Comments
 (0)