Skip to content

Commit a0b492b

Browse files
Fix typo in XML documentation comment
Fix incorrect grammar.
1 parent e9baeb3 commit a0b492b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspNet.Security.OAuth.Apple/AppleAuthenticationOptionsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Microsoft.Extensions.DependencyInjection;
1515
public static class AppleAuthenticationOptionsExtensions
1616
{
1717
/// <summary>
18-
/// Configures the application to use a specified private to generate a client secret for the provider.
18+
/// Configures the application to use a specified private key to generate a client secret for the provider.
1919
/// </summary>
2020
/// <param name="options">The Apple authentication options to configure.</param>
2121
/// <param name="privateKeyFile">

0 commit comments

Comments
 (0)