Skip to content

Commit cfd6fb1

Browse files
committed
Merge branch 'asp026/ra/1' of https://github.com/dotnet/AspNetCore.Docs into asp026/ra/1
2 parents 155f7a5 + 9e94dc0 commit cfd6fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/diagnostics/asp0028.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Current behavior with with IPv6 when using HTTP/1.x or HTTP/2.0:
3030
* `localhost` resolves to `[::1]`.
3131
* `[::1]` isn't accepted by the server, which forces a retry using `127.0.0.1`, creating a repeated cycle.
3232

33-
Using `Any` with the preceding conditions reports the `ASP0028` diagnostic message:
33+
Using `Any` with the preceding conditions causes the `ASP0028` diagnostic message:
3434

3535
```csharp
3636
.UseKestrel().ConfigureKestrel(options =>

0 commit comments

Comments
 (0)