Skip to content

Commit 20d1ac1

Browse files
authored
Merge pull request #68 from karfau/patch-1
fix link to anchor in advanced section
2 parents 8e6c86b + 3979f8b commit 20d1ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ type AppProps = {
409409
}
410410
```
411411
412-
Notice we have used the TSDoc `/** comment */` style here on each prop. You can and are encouraged to leave descriptive comments on reusable components. For a fuller example and discussion, see our [Commenting Components](#commenting-components) section in the Advanced Cheatsheet.
412+
Notice we have used the TSDoc `/** comment */` style here on each prop. You can and are encouraged to leave descriptive comments on reusable components. For a fuller example and discussion, see our [Commenting Components](/ADVANCED.md#commenting-components) section in the Advanced Cheatsheet.
413413
414414
## Useful React Prop Type Examples
415415

0 commit comments

Comments
 (0)