From 7c5924290579bbb618d561545c9701c214a8c242 Mon Sep 17 00:00:00 2001 From: Instinct <61635505+uinstinct@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:02:39 +0530 Subject: [PATCH] chore: fix typo in store plugin README.md (#997) --- plugins/store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/store/README.md b/plugins/store/README.md index ac3093dc..2d47434a 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -91,7 +91,7 @@ fn main() { } ``` -As you may have noticed, the Store crated above isn't accessible to the frontend. To interoperate with stores created by JS use the exported `with_store` method: +As you may have noticed, the Store created above isn't accessible to the frontend. To interoperate with stores created by JS use the exported `with_store` method: ```rust use tauri::Wry;