diff --git a/aio/content/guide/router.md b/aio/content/guide/router.md index 26117ab227..07f99dac92 100644 --- a/aio/content/guide/router.md +++ b/aio/content/guide/router.md @@ -447,7 +447,6 @@ The link parameters array affords the flexibility to represent any routing depth ## `LocationStrategy` and browser URL styles When the router navigates to a new component view, it updates the browser's location and history with a URL for that view. -As this is a strictly local URL the browser won't send this URL to the server and will not reload the page. Modern HTML5 browsers support history.pushState, a technique that changes a browser's location and history without triggering a server page request. The router can compose a "natural" URL that is indistinguishable from one that would otherwise require a page load.