Skip to content

Commit f6fe473

Browse files
authored
Fix documentation comments typo in Twitter authentication. (#45647)
1 parent d2f7bd0 commit f6fe473

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Security/Authentication/Twitter/src/TwitterExtensions.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static class TwitterExtensions
1717
/// Adds Twitter OAuth-based authentication to <see cref="AuthenticationBuilder"/> using the default scheme.
1818
/// The default scheme is specified by <see cref="TwitterDefaults.AuthenticationScheme"/>.
1919
/// <para>
20-
/// Facebook authentication allows application users to sign in with their Facebook account.
20+
/// Twitter authentication allows application users to sign in with their Twitter account.
2121
/// </para>
2222
/// </summary>
2323
/// <param name="builder">The <see cref="AuthenticationBuilder"/>.</param>
@@ -29,7 +29,7 @@ public static AuthenticationBuilder AddTwitter(this AuthenticationBuilder builde
2929
/// Adds Twitter OAuth-based authentication to <see cref="AuthenticationBuilder"/> using the default scheme.
3030
/// The default scheme is specified by <see cref="TwitterDefaults.AuthenticationScheme"/>.
3131
/// <para>
32-
/// Facebook authentication allows application users to sign in with their Facebook account.
32+
/// Twitter authentication allows application users to sign in with their Twitter account.
3333
/// </para>
3434
/// </summary>
3535
/// <param name="builder">The <see cref="AuthenticationBuilder"/>.</param>
@@ -42,7 +42,7 @@ public static AuthenticationBuilder AddTwitter(this AuthenticationBuilder builde
4242
/// Adds Twitter OAuth-based authentication to <see cref="AuthenticationBuilder"/> using the default scheme.
4343
/// The default scheme is specified by <see cref="TwitterDefaults.AuthenticationScheme"/>.
4444
/// <para>
45-
/// Facebook authentication allows application users to sign in with their Facebook account.
45+
/// Twitter authentication allows application users to sign in with their Twitter account.
4646
/// </para>
4747
/// </summary>
4848
/// <param name="builder">The <see cref="AuthenticationBuilder"/>.</param>
@@ -56,7 +56,7 @@ public static AuthenticationBuilder AddTwitter(this AuthenticationBuilder builde
5656
/// Adds Twitter OAuth-based authentication to <see cref="AuthenticationBuilder"/> using the default scheme.
5757
/// The default scheme is specified by <see cref="TwitterDefaults.AuthenticationScheme"/>.
5858
/// <para>
59-
/// Facebook authentication allows application users to sign in with their Facebook account.
59+
/// Twitter authentication allows application users to sign in with their Twitter account.
6060
/// </para>
6161
/// </summary>
6262
/// <param name="builder">The <see cref="AuthenticationBuilder"/>.</param>

0 commit comments

Comments
 (0)