diff --git a/src/OrchardCore/OrchardCore/Shell/ShellHost.cs b/src/OrchardCore/OrchardCore/Shell/ShellHost.cs index 6248fcee940..f2f6b68c354 100644 --- a/src/OrchardCore/OrchardCore/Shell/ShellHost.cs +++ b/src/OrchardCore/OrchardCore/Shell/ShellHost.cs @@ -186,7 +186,7 @@ public Task ChangedAsync(ShellDescriptor descriptor, ShellSettings settings) /// Whether the related is invoked. public async Task ReloadShellContextAsync(ShellSettings settings, bool eventSource = true) { - // A shell can be released but not reloaded while it is initializing. + // A shell can't be reloaded while it is initializing, only released. if (settings.IsInitializing()) { return;