diff --git a/packages/logger/README.md b/packages/logger/README.md index c792231..82ae87b 100644 --- a/packages/logger/README.md +++ b/packages/logger/README.md @@ -41,7 +41,7 @@ function activate(context) { logPath: context.logPath, // The logPath is only available from the `vscode.ExtensionContext` logOutputChannel: logOutputChannel, // OutputChannel for the logger sourceLocationTracking: false, - logConsol: false // define if messages should be logged to the consol + logConsole: false // define if messages should be logged to the consol }); extLogger.warn("Hello World");