mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
chore(dialog): fix misspell "ths" to "the" (#1719)
This commit is contained in:
@@ -152,7 +152,7 @@ impl<R: Runtime> Dialog<R> {
|
||||
)
|
||||
}
|
||||
|
||||
/// Creates a new builder for dialogs that lets ths user select file(s) or folder(s).
|
||||
/// Creates a new builder for dialogs that lets the user select file(s) or folder(s).
|
||||
pub fn file(&self) -> FileDialogBuilder<R> {
|
||||
FileDialogBuilder::new(self.clone())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user