Skip to content

Commit f764205

Browse files
committed
Fix Typo: rassignment -> reassignment
1 parent d896931 commit f764205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ export type State = {
814814
};
815815
```
816816
817-
Readonly modifier allow initialization, but will not allow rassignment by highlighting compiler errors
817+
Readonly modifier allow initialization, but will not allow reassignment by highlighting compiler errors
818818
```ts
819819
export const initialState: State = {
820820
counter: 0,

0 commit comments

Comments
 (0)