Skip to content

Commit 116f367

Browse files
committed
Merge branch 'master' of https://github.com/Stradler/react-redux-typescript-guide into Stradler-master
2 parents bc19fec + f764205 commit 116f367

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
@@ -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)