From eab7f9f10122ad02d2ac4c46f3c2aee3d78eca85 Mon Sep 17 00:00:00 2001 From: Jeff Held Date: Mon, 16 Dec 2019 14:04:44 +0100 Subject: [PATCH] docs: add a comma (#34426) PR Close #34426 --- aio/content/guide/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/upgrade.md b/aio/content/guide/upgrade.md index 132d24c5b7..a539d4f254 100644 --- a/aio/content/guide/upgrade.md +++ b/aio/content/guide/upgrade.md @@ -932,7 +932,7 @@ The `useHash` property defaults to `false`, and the `hashPrefix` defaults to an ```ts LocationUpgradeModule.config({ - useHash: true + useHash: true, hashPrefix: '!' }) ```