Skip to content

Commit b8ed4b4

Browse files
calejvaldezSir-Thom
authored andcommitted
chore(dialog): fix misspell "ths" to "the" (tauri-apps#1719)
1 parent 0be8f29 commit b8ed4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dialog/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl<R: Runtime> Dialog<R> {
152152
)
153153
}
154154

155-
/// Creates a new builder for dialogs that lets ths user select file(s) or folder(s).
155+
/// Creates a new builder for dialogs that lets the user select file(s) or folder(s).
156156
pub fn file(&self) -> FileDialogBuilder<R> {
157157
FileDialogBuilder::new(self.clone())
158158
}

0 commit comments

Comments
 (0)