diff --git a/versioned_docs/version-6.x/api.md b/versioned_docs/version-6.x/api.md index 589ac819c..f0c0a564d 100644 --- a/versioned_docs/version-6.x/api.md +++ b/versioned_docs/version-6.x/api.md @@ -138,7 +138,7 @@ Must be called by your single spa config. Before `start` is called, applications The `start(opts)` api optionally accepts a single `opts` object, with the following properties. If the opts object is omitted, all defaults will be applied. -- `urlRerouteOnly`: A boolean that defaults to false. If set to true, calls to `history.pushState()` and `history.replaceState()` will not trigger a single-spa reroute unless the client side route was changed. Setting this to true can be better for performance in some situations. For more information, read [original issue](https://github.com/single-spa/single-spa/issues/484). +- `urlRerouteOnly`: A boolean that defaults to true. If set to true, calls to `history.pushState()` and `history.replaceState()` will not trigger a single-spa reroute unless the client side route was changed. Setting this to true can be better for performance in some situations. For more information, read [original issue](https://github.com/single-spa/single-spa/issues/484).