Skip to content

Commit 77f5de9

Browse files
yuraBezhdai-shi
andauthored
docs: changed the name and title of the advanced TS guide (#3260)
* docs: changed name and title of the advanced TS guide * fix readme links --------- Co-authored-by: daishi <[email protected]>
1 parent d0c71ce commit 77f5de9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ const useBearStore = create<BearState>()(
487487
)
488488
```
489489
490-
A more complete TypeScript guide is [here](docs/guides/typescript.md).
490+
A more detailed TypeScript guide is [here](docs/guides/beginner-typescript.md) and [there](docs/guides/advanced-typescript.md).
491491
492492
## Best practices
493493

docs/guides/typescript.md renamed to docs/guides/advanced-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: TypeScript Guide
2+
title: Advanced TypeScript Guide
33
nav: 7
44
---
55

0 commit comments

Comments
 (0)