Skip to content

Commit 1bb13e0

Browse files
committed
Fix doubled quotes in custom title.
Signed-off-by: Bradley Grainger <[email protected]>
1 parent 2aaeff7 commit 1bb13e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SchemaCollectionGenerator/SchemaCollectionGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public async ValueTask<DataTable> GetSchemaAsync(IOBehavior ioBehavior, string c
174174
main:
175175
parent: getting started
176176
title: Schema Collections
177-
customtitle: ""Supported Schema Collections""
177+
customtitle: "Supported Schema Collections"
178178
weight: 80
179179
---
180180

0 commit comments

Comments
 (0)