diff --git a/packages/@ember/-internals/routing/lib/system/router.ts b/packages/@ember/-internals/routing/lib/system/router.ts index e1bc1257e00..d3d5d109b14 100644 --- a/packages/@ember/-internals/routing/lib/system/router.ts +++ b/packages/@ember/-internals/routing/lib/system/router.ts @@ -170,7 +170,7 @@ class EmberRouter extends EmberObject.extend(Evented) i * `none` - do not store the Ember URL in the actual browser URL (mainly used for testing) * `auto` - use the best option based on browser capabilities: `history` if possible, then `hash` if possible, otherwise `none` - This value is defaulted to `auto` by the `locationType` setting of `/config/environment.js` + This value is defaulted to `history` by the `locationType` setting of `/config/environment.js` @property location @default 'hash'