From 7d5a945ace758f0e17e8fd5c4142673b517ad23e Mon Sep 17 00:00:00 2001 From: Ahmed Zaki Date: Sat, 17 Dec 2022 16:23:21 +0200 Subject: [PATCH] Fix documentation comments typo in Twitter authentication. --- .../Authentication/Twitter/src/TwitterExtensions.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Security/Authentication/Twitter/src/TwitterExtensions.cs b/src/Security/Authentication/Twitter/src/TwitterExtensions.cs index d5c1325cbb6d..b5cef79e7ce5 100644 --- a/src/Security/Authentication/Twitter/src/TwitterExtensions.cs +++ b/src/Security/Authentication/Twitter/src/TwitterExtensions.cs @@ -17,7 +17,7 @@ public static class TwitterExtensions /// Adds Twitter OAuth-based authentication to using the default scheme. /// The default scheme is specified by . /// - /// Facebook authentication allows application users to sign in with their Facebook account. + /// Twitter authentication allows application users to sign in with their Twitter account. /// /// /// The . @@ -29,7 +29,7 @@ public static AuthenticationBuilder AddTwitter(this AuthenticationBuilder builde /// Adds Twitter OAuth-based authentication to using the default scheme. /// The default scheme is specified by . /// - /// Facebook authentication allows application users to sign in with their Facebook account. + /// Twitter authentication allows application users to sign in with their Twitter account. /// /// /// The . @@ -42,7 +42,7 @@ public static AuthenticationBuilder AddTwitter(this AuthenticationBuilder builde /// Adds Twitter OAuth-based authentication to using the default scheme. /// The default scheme is specified by . /// - /// Facebook authentication allows application users to sign in with their Facebook account. + /// Twitter authentication allows application users to sign in with their Twitter account. /// /// /// The . @@ -56,7 +56,7 @@ public static AuthenticationBuilder AddTwitter(this AuthenticationBuilder builde /// Adds Twitter OAuth-based authentication to using the default scheme. /// The default scheme is specified by . /// - /// Facebook authentication allows application users to sign in with their Facebook account. + /// Twitter authentication allows application users to sign in with their Twitter account. /// /// /// The .