Skip to content

Commit 4fbd18a

Browse files
authored
Merge pull request #1814 from nschonni/typo-this
typo: ththis -> this
2 parents 9f89e35 + 0b350bd commit 4fbd18a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/vs-2015/snippets/csharp/VS_Snippets_Misc/wifcustomtokenst/cs/simplewebtoken/simplewebtokenhandler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public SimpleWebTokenHandler()
4949
}
5050

5151
/// <summary>
52-
/// Gets the System.Type of the SecurityToken is supported by ththis handler.
52+
/// Gets the System.Type of the SecurityToken is supported by this handler.
5353
/// </summary>
54-
/// <value>The System.Type of the SecurityToken is supported by ththis handler.</value>
54+
/// <value>The System.Type of the SecurityToken is supported by this handler.</value>
5555
public override Type TokenType
5656
{
5757
get

docs/vs-2015/snippets/csharp/VS_Snippets_Misc/wifcustomtokensts/cs/simplewebtoken/simplewebtokenhandler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public SimpleWebTokenHandler()
4949
}
5050

5151
/// <summary>
52-
/// Gets the System.Type of the SecurityToken is supported by ththis handler.
52+
/// Gets the System.Type of the SecurityToken is supported by this handler.
5353
/// </summary>
54-
/// <value>The System.Type of the SecurityToken is supported by ththis handler.</value>
54+
/// <value>The System.Type of the SecurityToken is supported by this handler.</value>
5555
public override Type TokenType
5656
{
5757
get

0 commit comments

Comments
 (0)