Skip to content

Commit 7939122

Browse files
committed
Fix typo
1 parent 2ae8440 commit 7939122

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ The following parameters are available in the `bind::logging::channel_file` defi
17551755
Data type: `Variant[Stdlib::Absolutepath,String]`
17561756

17571757
The filename where the logs are written to. This can also be a relative
1758-
file name If the class parameter bind::logdir is defined. In this case
1758+
file name if the class parameter bind::logdir is defined. In this case
17591759
the log file will be created in specified log directory and the file
17601760
extension `.log` will also be added automatically.
17611761

manifests/logging/channel_file.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# @param logfile
1010
# The filename where the logs are written to. This can also be a relative
11-
# file name If the class parameter bind::logdir is defined. In this case
11+
# file name if the class parameter bind::logdir is defined. In this case
1212
# the log file will be created in specified log directory and the file
1313
# extension `.log` will also be added automatically.
1414
#

0 commit comments

Comments
 (0)