File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/OrchardCore/OrchardCore.Setup.Abstractions/Events Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 33namespace 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>
98public 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 ;
You can’t perform that action at this time.
0 commit comments