We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b91db4 commit 7dc12e4Copy full SHA for 7dc12e4
components/fileselect/events.md
@@ -92,7 +92,7 @@ The event handler receives a [`FileSelectEventArgs` object](#fileselectfileinfo)
92
// OR
93
94
// Save to local file system.
95
- // This works ony in server apps and the Upload component may be a better choice.
+ // This works only in server apps and the Upload component may be a better choice.
96
//await UploadFile(file);
97
}
98
0 commit comments