Fixed a typo
This commit is contained in:
parent
7d98ba1e0d
commit
1cee865b7e
3 changed files with 3 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue