Skip to content

Commit 386029f

Browse files
committed
Fix feature dependency typo
1 parent 5e80ed4 commit 386029f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OrchardCoreContrib.HealthChecks/Manifest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
Id = "OrchardCoreContrib.HealthChecks.BlockingRateLimiting",
3434
Name = "Health Checks Blocking Rate Limiting",
3535
Description = "Adds blocking behavior to the health check rate limiter. Clients exceeding the limit are temporarily blocked to prevent DoS attacks.",
36-
Dependencies = new[] { "OrchardCoreContrib.HealthCheck.RateLimiting" }
36+
Dependencies = new[] { "OrchardCoreContrib.HealthChecks.RateLimiting" }
3737
)]

0 commit comments

Comments
 (0)