From aa879c9ac796cdf5f5bb3aef47e356f05ecf62d1 Mon Sep 17 00:00:00 2001 From: nya1 Date: Sat, 25 Mar 2023 19:10:44 +0100 Subject: [PATCH] chore(window-state): readme typo (#290) --- plugins/window-state/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/window-state/README.md b/plugins/window-state/README.md index 303d54a5..f806dd6e 100644 --- a/plugins/window-state/README.md +++ b/plugins/window-state/README.md @@ -38,7 +38,7 @@ fn main() { Afterwards all windows will remember their state when the app is being closed and will restore to their previous state on the next launch. -Optionally you can also tell the plugin to save the state of all open window to disk my using the `save_window_state()` method exposed by the `AppHandleExt` trait: +Optionally you can also tell the plugin to save the state of all open window to disk by using the `save_window_state()` method exposed by the `AppHandleExt` trait: ```rust use tauri_plugin_window_state::{AppHandleExt, StateFlags};