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

pull/573/head
Instinct 1 year ago committed by GitHub
parent da76481ad3
commit 7c59242905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;

Loading…
Cancel
Save