Skip to content

Commit 24afec9

Browse files
committed
Merge pull request #107 from kazupon/fix/duplicate_word
Fix duplicate word
2 parents 78466f9 + b6713ca commit 24afec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Programatically navigate to a new route.
66

77
- `path: String`
88

9-
The path must be a plain path (i.e. no dynamic segments or star segments). The the path doesn't start with `/`, it will be resolved relative to the current active path.
9+
The path must be a plain path (i.e. no dynamic segments or star segments). The path doesn't start with `/`, it will be resolved relative to the current active path.

docs/api/replace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Similar to `router.go(path)`, but doesn't create a new record in browser history
66

77
- `path: String`
88

9-
The path must be a plain path (i.e. no dynamic segments or star segments). The the path doesn't start with `/`, it will be resolved relative to the current active path.
9+
The path must be a plain path (i.e. no dynamic segments or star segments). The path doesn't start with `/`, it will be resolved relative to the current active path.

0 commit comments

Comments
 (0)