Skip to content

Commit 314e722

Browse files
committed
docs: fix typo
1 parent 89a1542 commit 314e722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Programatically navigate to a new route.
88

99
The path can be either a String or an Object.
1010

11-
If a String, 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.
11+
If a String, the path must be a plain path (i.e. no dynamic segments or star segments). If the path doesn't start with `/`, it will be resolved relative to the current active path.
1212

1313
If an Object, it can either be in the form of:
1414

0 commit comments

Comments
 (0)