Skip to content

Commit 1c2cf37

Browse files
committed
Merge branch 'Stradler-master'
2 parents bc19fec + 116f367 commit 1c2cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ export type State = {
817817
};
818818
```
819819
820-
Readonly modifier allow initialization, but will not allow rassignment by highlighting compiler errors
820+
Readonly modifier allow initialization, but will not allow reassignment by highlighting compiler errors
821821
```ts
822822
export const initialState: State = {
823823
counter: 0,

0 commit comments

Comments
 (0)