Skip to content

Commit b2fd371

Browse files
committed
fixed typo
1 parent 4b46316 commit b2fd371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export class GenericList<T> extends React.Component<GenericListProps<T>, {}> {
327327

328328
```
329329
330-
[⟩⟩⟩ demo](https://piotrwitek.github.io/react-redux-typescript-guide/##genericlist)
330+
[⟩⟩⟩ demo](https://piotrwitek.github.io/react-redux-typescript-guide/#genericlist)
331331
332332
[⇧ back to top](#table-of-contents)
333333

Diff for: docs/markdown/1_react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const handleChange: React.ReactEventHandler<HTMLInputElement> = (ev) => { ...
103103
104104
::example='../../playground/src/components/generic-list.tsx'::
105105
106-
[⟩⟩⟩ demo](https://piotrwitek.github.io/react-redux-typescript-guide/##genericlist)
106+
[⟩⟩⟩ demo](https://piotrwitek.github.io/react-redux-typescript-guide/#genericlist)
107107
108108
[⇧ back to top](#table-of-contents)
109109

0 commit comments

Comments
 (0)