Skip to content

Commit 7dc12e4

Browse files
Update components/fileselect/events.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent 9b91db4 commit 7dc12e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fileselect/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The event handler receives a [`FileSelectEventArgs` object](#fileselectfileinfo)
9292
// OR
9393
9494
// Save to local file system.
95-
// This works ony in server apps and the Upload component may be a better choice.
95+
// This works only in server apps and the Upload component may be a better choice.
9696
//await UploadFile(file);
9797
}
9898
}

0 commit comments

Comments
 (0)