diff --git a/docs/usage-renderer-process.md b/docs/usage-renderer-process.md index 55d6091..c6dd37d 100644 --- a/docs/usage-renderer-process.md +++ b/docs/usage-renderer-process.md @@ -1,6 +1,6 @@ ## Usage in the Renderer Process -In the renderer process you should be able to access the store via the `useStore` hook: +In the renderer process you can access the store via the `useStore` hook: ```ts annotate // `src/renderer/counter/index.ts`