fix(aio): add a required comma in firebase.json

This commit is contained in:
Chuck Jazdzewski 2018-01-17 19:32:29 -08:00
parent af2a843446
commit 2cf9d6d75b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
{"type": 301, "source": "/guide/metadata", "destination": "/guide/aot-compiler"},
// ngmodule.md renamed to ngmodules.md
{"type": 301, "source": "/guide/ngmodule", "destination": "/guide/ngmodules"}
{"type": 301, "source": "/guide/ngmodule", "destination": "/guide/ngmodules"},
// service-worker-getstart.md, service-worker-comm.md, service-worker-configref.md
{"type": 301, "source": "/guide/service-worker-getstart", "destination": "/guide/service-worker-getting-started"},