Skip to content

Commit

Permalink
fix typo (#20341)
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Feb 3, 2024
1 parent 8ba0551 commit a6c9997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@ is automatically handled by the following `MauiAsset` Build Action within your `

<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />

These files will be deployed with you package and will be accessible using Essentials:
These files will be deployed with your package and will be accessible using Essentials:

async Task LoadMauiAsset()
{
Expand Down
Expand Up @@ -4,7 +4,7 @@ is automatically handled by the following `MauiAsset` Build Action within your `

<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />

These files will be deployed with you package and will be accessible using Essentials:
These files will be deployed with your package and will be accessible using Essentials:

async Task LoadMauiAsset()
{
Expand Down

0 comments on commit a6c9997

Please sign in to comment.