Skip to content

Commit 1c19375

Browse files
feature: adjusts capitalization of documentation title
1 parent a25b4b2 commit 1c19375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Boundaries/Comanda.Subscriptions/Source/Comanda.Subscriptions.WebApi/Extensions/SpecificationExtension.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static void UseSpecification(this IEndpointRouteBuilder app, IWebHostEnvi
1212
options.HideModels = true;
1313
options.Servers = [];
1414

15-
options.WithTitle("comanda subscriptions | reference");
15+
options.WithTitle("Comanda Subscriptions | Reference");
1616
options.ExpandAllTags();
1717

1818
if (environment.IsProduction())

0 commit comments

Comments
 (0)