Skip to content

Commit c88bd0d

Browse files
authored
docs: fix add-content-to-dialog.md
Fix namespace
1 parent 6477f3a commit c88bd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/music-store-app/add-content-to-dialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To add the user control, follow this procedure:
5959

6060
```xml
6161
<Window ...
62-
xmlns:views="using:Avalonia.MusicStore" >
62+
xmlns:views="using:Avalonia.MusicStore.Views" >
6363
```
6464

6565
- Inside the panel element, add an element for new user control:

0 commit comments

Comments
 (0)