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 + f764205 commit 116f367Copy full SHA for 116f367
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