Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 0039473

Browse files
committed
docs: Fix missing trailing slash
1 parent 243f861 commit 0039473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ko/api/types/pascal-case/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
type PascalCase<S extends string> = Capitalize<CamelCase<S>>;
99
```
1010

11-
> [`CamelCase`](/ko/api/types/camel-case)
11+
> [`CamelCase`](/ko/api/types/camel-case/)

0 commit comments

Comments
 (0)