Skip to content

Commit 87ea9d4

Browse files
committed
Small docs correction.
1 parent 88ae827 commit 87ea9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const enableFileLogging = (logDest, logFile) => {
226226
/**
227227
* Initializes logging with the specified logging configuration.
228228
*
229-
* @param {Object} logging - The logging configuration object.
229+
* @param {Object} loggingOptions - The logging configuration object.
230230
*/
231231
export const initLogging = (loggingOptions) => {
232232
// Set all the logging options on our logging module object

0 commit comments

Comments
 (0)