Skip to content

Commit b4c95b2

Browse files
authored
chore(dialog): fix misspell "ths" to "the" (#1719)
1 parent de452d4 commit b4c95b2

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)