diff --git a/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs b/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs index 13647e67f8cb..047b3430fa84 100644 --- a/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs +++ b/src/DataProtection/DataProtection/src/DataProtectionBuilderExtensions.cs @@ -312,7 +312,7 @@ public static IDataProtectionBuilder ProtectKeysWithDpapi(this IDataProtectionBu /// /// The . /// 'true' if the key should be decryptable by any - /// use on the local machine, 'false' if the key should only be decryptable by the current + /// user on the local machine, 'false' if the key should only be decryptable by the current /// Windows user account. /// A reference to the after this operation has completed. ///