Skip to content

Commit c5ebd04

Browse files
committed
fix release notes example
1 parent 894c25c commit c5ebd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrating/release-notes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private static async Task UpdateMyApp()
1919
var releaseNotesHtml = newVersion.TargetFullRelease.ReleaseNotesHtml;
2020
// show a window here with the release notes
2121
// possibly ask the user if they wish to update or not?
22-
// eg. new ReleaseNotesHtmlWindow().Show();
22+
// eg. new ReleaseNotesHtmlWindow(releaseNotesHtml).Show();
2323
}
2424
}
2525
```

0 commit comments

Comments
 (0)