Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.Redis/HealthChecks/Startup.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Zoltán Lehóczky <[email protected]>
  • Loading branch information
hishamco and Piedone authored Apr 1, 2024
1 parent 5720a64 commit 6cac17e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace OrchardCore.Redis.HealthChecks;
public class Startup : StartupBase
{
// The order of this startup configuration should be greater than zero to register the Redis check early,
// so the health check can be reported alongside with other health chekcs in the system.
// so the health check can be reported alongside with other health checks in the system.
public override int Order => 100;

public override void ConfigureServices(IServiceCollection services)
Expand Down

0 comments on commit 6cac17e

Please sign in to comment.