Skip to content

Commit e75ca6b

Browse files
authored
Fix typo in DataProtectionBuilderExtensions.cs (#63226)
1 parent b7bcfdb commit e75ca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public static IDataProtectionBuilder ProtectKeysWithDpapi(this IDataProtectionBu
312312
/// </summary>
313313
/// <param name="builder">The <see cref="IDataProtectionBuilder"/>.</param>
314314
/// <param name="protectToLocalMachine">'true' if the key should be decryptable by any
315-
/// use on the local machine, 'false' if the key should only be decryptable by the current
315+
/// user on the local machine, 'false' if the key should only be decryptable by the current
316316
/// Windows user account.</param>
317317
/// <returns>A reference to the <see cref="IDataProtectionBuilder" /> after this operation has completed.</returns>
318318
/// <remarks>

0 commit comments

Comments
 (0)