docs(service-worker): add missing comma in example JSON data (#42606)

PR Close #42606
This commit is contained in:
George Kalpakas 2021-07-08 16:22:48 +03:00 committed by atscott
parent 30c82cd177
commit a8698ce802
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import {ERR_SW_NOT_SUPPORTED, NgswCommChannel, PushEvent} from './low_level';
* {
* "notification": {
* "actions": NotificationAction[],
* "badge": USVString
* "badge": USVString,
* "body": DOMString,
* "data": any,
* "dir": "auto"|"ltr"|"rtl",