Skip to content

Commit f044fa3

Browse files
bergmeisterTylerLeonhardt
authored andcommitted
Fix minor typo in comment (#1122)
1 parent 709644e commit f044fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/Workspace/Handlers/ConfigurationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public async Task<Unit> Handle(DidChangeConfigurationParams request, Cancellatio
8383
this._consoleReplStarted = true;
8484
}
8585

86-
// If there is a new settings file path, restart the analyzer with the new settigs.
86+
// If there is a new settings file path, restart the analyzer with the new settings.
8787
bool settingsPathChanged = false;
8888
string newSettingsPath = _configurationService.CurrentSettings.ScriptAnalysis.SettingsPath;
8989
if (!string.Equals(oldScriptAnalysisSettingsPath, newSettingsPath, StringComparison.OrdinalIgnoreCase))

0 commit comments

Comments
 (0)