Skip to content

Commit a64ba8f

Browse files
committed
fix find/replace error
1 parent 13ca20e commit a64ba8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/compatibility/networking/10.0/http3-disabled-with-publishtrimmed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Since making HTTP/3 work requires extra gestures and often doesn't work by defau
3232

3333
## Recommended action
3434

35-
To enable HTTP/3 support in applications that use `PublishTrimmed` or `PublishAot`, set the `<HTTP/3Support>` property to `true` in your project file:
35+
To enable HTTP/3 support in applications that use `PublishTrimmed` or `PublishAot`, set the `<Http3Support>` property to `true` in your project file:
3636

3737
```xml
3838
<PropertyGroup>
3939
...
4040
<PublishTrimmed>true</PublishTrimmed>
41-
<HTTP/3Support>true</HTTP/3Support>
41+
<Http3Support>true</Http3Support>
4242
</PropertyGroup>
4343
```
4444

0 commit comments

Comments
 (0)