Skip to content

Commit 1a968c3

Browse files
hishamcogvkries
andauthored
Apply suggestions from code review
Co-authored-by: Georg von Kries <[email protected]>
1 parent c681179 commit 1a968c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/OrchardCore/OrchardCore.Setup.Abstractions/Events/ISetupEventHandler.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
namespace OrchardCore.Setup.Events;
44

55
/// <summary>
6-
/// Defines methods for handling setup events, including performing setup operations and marking their success or
7-
/// failure.
6+
/// Defines methods for handling setup events.
87
/// </summary>
98
public interface ISetupEventHandler
109
{
@@ -23,7 +22,7 @@ public interface ISetupEventHandler
2322
Task FailedAsync(SetupContext context) => Task.CompletedTask;
2423

2524
/// <summary>
26-
/// Occurs when the setup operation is succeed.
25+
/// Occurs when the setup operation succeeded.
2726
/// </summary>
2827
/// <returns>A <see cref="Task"/> that has already completed successfully.</returns>
2928
Task SucceededAsync() => Task.CompletedTask;

0 commit comments

Comments
 (0)