We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc19fec + 116f367 commit 1c2cf37Copy full SHA for 1c2cf37
README.md
@@ -817,7 +817,7 @@ export type State = {
817
};
818
```
819
820
-Readonly modifier allow initialization, but will not allow rassignment by highlighting compiler errors
+Readonly modifier allow initialization, but will not allow reassignment by highlighting compiler errors
821
```ts
822
export const initialState: State = {
823
counter: 0,
0 commit comments