Skip to content

Commit b970dd9

Browse files
committed
Merge pull request #306 from bradbernard/patch-1
Patch 1
2 parents d1a54ac + 76639da commit b970dd9

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
@@ -31,7 +31,7 @@ Programatically navigate to a new route.
3131

3232
- 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:
3333

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`.
3535

3636
- Going from `/a` to `b` with `append: true` will arrive at `/a/b`.
3737

0 commit comments

Comments
 (0)