Fixed a typo

This commit is contained in:
Markus Ewald 2026-04-28 12:14:22 +02:00
commit 1cee865b7e
3 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ namespace Nuclex.Avalonia.CommonDialogs {
/// A task that will provide the pre-opened file for readiong or null if
/// the user has canceled the file picker dialog
/// </returns>
public async Task<IStorageFile?> AskForFileToOpeAsync(
public async Task<IStorageFile?> AskForFileToOpenAsync(
string caption, params FilePickerFileType[] fileTypes
) {
var options = new FilePickerOpenOptions() {