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.
1 parent d896931 commit f764205Copy full SHA for f764205
README.md
@@ -814,7 +814,7 @@ export type State = {
814
};
815
```
816
817
-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
818
```ts
819
export const initialState: State = {
820
counter: 0,
0 commit comments