Skip to content

Commit

Permalink
Fix Page Title typo - Project Setup (#2054)
Browse files Browse the repository at this point in the history
Project Serup -> Project Setup
  • Loading branch information
gkizior committed May 15, 2024
1 parent 4107acc commit fbcc2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Demo/Shared/Pages/ProjectSetup.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@page "/ProjectSetup"

<PageTitle>@App.PageTitle("Project Serup")</PageTitle>
<PageTitle>@App.PageTitle("Project Setup")</PageTitle>

<MarkdownSection FromAsset="./_content/FluentUI.Demo.Shared/docs/ProjectSetup.md" OnContentConverted="RefreshTableOfContents" />

Expand Down

0 comments on commit fbcc2e5

Please sign in to comment.