We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b7bdf + b58581c commit ee1a620Copy full SHA for ee1a620
docs/api/Router.md
@@ -27,7 +27,7 @@ Router.transitionTo('about');
27
Router.transitionTo('/users/10?showAge=true');
28
```
29
30
-### `replaceWith(routeName, [params[, query]])`
+### `replaceWith(routeNameOrPath, [params[, query]])`
31
32
Programatically replace current route with a new route. Does not add an
33
entry into the browser history.
0 commit comments