docs: add a comma (#34426)

PR Close #34426
This commit is contained in:
Jeff Held 2019-12-16 14:04:44 +01:00 committed by Alex Rickabaugh
parent e14e43bda2
commit eab7f9f101
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ The `useHash` property defaults to `false`, and the `hashPrefix` defaults to an
```ts
LocationUpgradeModule.config({
useHash: true
useHash: true,
hashPrefix: '!'
})
```