You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/api/go.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Programatically navigate to a new route.
31
31
32
32
- When using the `path` format and navigating to a relative path, you can also pass in the `append: true` option, so that the relative path is always **appended** to the current path. For example:
33
33
34
-
- Going from `/a` to `b` without `append: true` will arrive at `/b`;
34
+
- Going from `/a` to `b` without `append: true` will arrive at `/b`.
35
35
36
36
- Going from `/a` to `b` with `append: true` will arrive at `/a/b`.
0 commit comments