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 .