Skip to content

Commit ef05df4

Browse files
committed
fix casing
1 parent 970fb2c commit ef05df4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A *request queue* in HTTP.sys is a kernel-level structure that temporarily store
1111

1212
The `RequestQueueSecurityDescriptor` property applies only when creating a new request queue. The property doesn't affect existing request queues. To use this property, set it to a <xref:System.Security.AccessControl.GenericSecurityDescriptor> instance when configuring your HTTP.sys server.
1313

14-
For example, The following code allows all authenticated users but denies guests:
14+
For example, the following code allows all authenticated users but denies guests:
1515

1616
```csharp
1717
using System.Security.AccessControl;

0 commit comments

Comments
 (0)