chore: fix typo in store plugin README.md (#997)

This commit is contained in:
Instinct
2024-02-26 21:02:39 +05:30
committed by GitHub
parent da76481ad3
commit 7c59242905
+1 -1
View File
@@ -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;