We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 155f7a5 + 9e94dc0 commit cfd6fb1Copy full SHA for cfd6fb1
aspnetcore/diagnostics/asp0028.md
@@ -30,7 +30,7 @@ Current behavior with with IPv6 when using HTTP/1.x or HTTP/2.0:
30
* `localhost` resolves to `[::1]`.
31
* `[::1]` isn't accepted by the server, which forces a retry using `127.0.0.1`, creating a repeated cycle.
32
33
-Using `Any` with the preceding conditions reports the `ASP0028` diagnostic message:
+Using `Any` with the preceding conditions causes the `ASP0028` diagnostic message:
34
35
```csharp
36
.UseKestrel().ConfigureKestrel(options =>
0 commit comments