Skip to content

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech committed Oct 9, 2023
1 parent eb65593 commit 62f9ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrchardCore/OrchardCore/Shell/ShellHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public Task ChangedAsync(ShellDescriptor descriptor, ShellSettings settings)
/// <param name="eventSource">Whether the related <see cref="ShellEvent"/> is invoked.</param>
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;
Expand Down

0 comments on commit 62f9ab2

Please sign in to comment.