Skip to content

Commit 9b4000a

Browse files
authored
Fix typo in WPF setup instructions (#46)
1 parent 6f46797 commit 9b4000a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/csharp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get started with .NET 5+ (cross-platform) or .NET Framework.
2929
<TabItem value="wpf" label="WPF">
3030
Though it is possible to simply put the Velopack bootstrap call within `App.xaml.cs`, we recommend creating a custom `Main` method to avoid any WPF overhead when applying updates.
3131

32-
First, change the Build Actio of `App.xaml` to `Page` (right-click the file in Solution Explorer, select Properties, and change the Build Action).
32+
First, change the Build Action of `App.xaml` to `Page` (right-click the file in Solution Explorer, select Properties, and change the Build Action).
3333
The project file should contain the following lines:
3434
```xml
3535
<ItemGroup>
@@ -139,4 +139,4 @@ Get started with .NET 5+ (cross-platform) or .NET Framework.
139139
</FancyStep>
140140

141141

142-
<Completion />
142+
<Completion />

0 commit comments

Comments
 (0)