Skip to content

Commit 3a68647

Browse files
yathoAndrewKushnir
authored andcommitted
docs(service-worker): Miss a comma in sample (#3) (angular#51336)
PR Close angular#51336
1 parent a9b3c00 commit 3a68647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aio/content/guide/service-worker-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In addition, using the `onActionClick` property on the `data` object, you can ti
8888
{"action": "foo", "title": "Open new tab"},
8989
{"action": "bar", "title": "Focus last"},
9090
{"action": "baz", "title": "Navigate last"},
91-
{"action": "qux", "title": "Send request in the background"}
91+
{"action": "qux", "title": "Send request in the background"},
9292
{"action": "other", "title": "Just notify existing clients"}
9393
],
9494
"data": {

0 commit comments

Comments
 (0)