Skip to content

Commit

Permalink
Docs: Fix typo and broken link (MudBlazor#6386) (MudBlazor#7663)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldirk authored Oct 18, 2023
1 parent 5cc1492 commit 86ac87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</CardHeaderActions>
</MudCardHeader>
<MudCardContent>
<MudText>This day everything happend.</MudText>
<MudText>This day everything happened.</MudText>
<MudText Typo="Typo.body2">The quick, brown fox jumps over a lazy dog.</MudText>
</MudCardContent>
<MudCardActions>
<MudButton Variant="Variant.Text" Color="Color.Primary">Read More</MudButton>
</MudCardActions>
</MudCard>
</MudCard>
2 changes: 1 addition & 1 deletion src/MudBlazor.Docs/Pages/Components/Paper/PaperPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<DocsPage>
<DocsPageHeader Title="Paper" SubTitle="Paper is a useful and flexible way to shape other components without needing css or style">
<Description>
It is generally used for foregrounds but can also be combined with <MudLink Href="/features/flex">Flex</MudLink> for layout.
It is generally used for foregrounds but can also be combined with <MudLink Href="/utilities/flex">Flex</MudLink> for layout.
</Description>
</DocsPageHeader>

Expand Down

0 comments on commit 86ac87b

Please sign in to comment.