Skip to content

Commit 150a0d9

Browse files
committed
minor corrections
1 parent 7c53d7d commit 150a0d9

File tree

1 file changed

+2
-2
lines changed
  • aspnetcore/release-notes/aspnetcore-10/includes

1 file changed

+2
-2
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/httpsys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HTTP.sys relies on a security descriptor for access control. This descriptor det
99

1010
By customizing the security descriptor, you can allow or deny specific users or groups access to the request queue. This is useful in scenarios where you want to restrict or delegate HTTP.sys request handling at the operating system level.
1111

12-
#### How to Customize a descriptor
12+
#### How to customize a descriptor
1313

1414
The `RequestQueueSecurityDescriptor` property applies only when creating a new request queue. This property doesn't affect existing request queues.
1515

@@ -51,4 +51,4 @@ builder.WebHost.UseHttpSys(options =>
5151
});
5252
```
5353

54-
For more information see <xref:fundamentals/servers/httpsys>.
54+
For more information, see <xref:fundamentals/servers/httpsys>.

0 commit comments

Comments
 (0)