From b4018f1928e8d96913586122bdbec65fbc207b5b Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 17 Apr 2023 16:34:42 +0200 Subject: [PATCH] Update Cargo.toml --- plugins/window-state/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/window-state/Cargo.toml b/plugins/window-state/Cargo.toml index f4c9a3cd..19693f36 100644 --- a/plugins/window-state/Cargo.toml +++ b/plugins/window-state/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-plugin-window-state" version = "0.1.0" -description = "Save window positions and sizse and restore them when the app is reopened." +description = "Save window positions and sizes and restore them when the app is reopened." authors.workspace = true license.workspace = true edition.workspace = true