Skip to content

Commit 48c441c

Browse files
Correcting Titles for c# Snippets
1 parent eb1ab7f commit 48c441c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

snippets/csharp/guid-utilities/generate-guid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: Generate GUID
33
description: Generates a new GUID
44
author: chaitanya-jvnm
55
tags: c#,guid,generate,utility

snippets/csharp/guid-utilities/validate-guid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: Validate GUID
33
description: Checks if a string is a valid GUID.
44
author: chaitanya-jvnm
55
tags: c#,guid,validate,utility

snippets/csharp/jwt-utilities/decode-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: Decode JWT
33
description: Decodes a JWT.
44
author: chaitanya-jvnm
55
tags: c#,jwt,decode,utility

snippets/csharp/jwt-utilities/generate-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: Generate JWT
33
description: Generates a new JWT.
44
author: chaitanya-jvnm
55
tags: c#,jwt,generate,utility

snippets/csharp/jwt-utilities/validate-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: Validate JWT
33
description: Validates a JWT.
44
author: chaitanya-jvnm
55
tags: c#,jwt,validate,utility

snippets/csharp/string-utilities/capitalize-first-letter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Hello, World!
2+
title: Capitalize first letter
33
description: Makes the first letter of a string uppercase.
44
author: chaitanya-jvnm
55
tags: c#,string,capitalize,utility

0 commit comments

Comments
 (0)