From b4c95b25df1b9e6b55e1f4a6e732e881a32298f3 Mon Sep 17 00:00:00 2001 From: Carlos Valdez Date: Mon, 2 Sep 2024 05:05:11 -0700 Subject: [PATCH] chore(dialog): fix misspell "ths" to "the" (#1719) --- plugins/dialog/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dialog/src/lib.rs b/plugins/dialog/src/lib.rs index 5d53e461..976878cc 100644 --- a/plugins/dialog/src/lib.rs +++ b/plugins/dialog/src/lib.rs @@ -152,7 +152,7 @@ impl Dialog { ) } - /// 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 { FileDialogBuilder::new(self.clone()) }