Skip to content

Commit 0b350bd

Browse files
committed
typo: ththis -> this
1 parent 768d787 commit 0b350bd

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)