Skip to content

Commit

Permalink
docs(service-worker): Miss a comma in sample (#3) (angular#51336)
Browse files Browse the repository at this point in the history
PR Close angular#51336
  • Loading branch information
yatho authored and AndrewKushnir committed Aug 21, 2023
1 parent a9b3c00 commit 3a68647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/service-worker-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In addition, using the `onActionClick` property on the `data` object, you can ti
{"action": "foo", "title": "Open new tab"},
{"action": "bar", "title": "Focus last"},
{"action": "baz", "title": "Navigate last"},
{"action": "qux", "title": "Send request in the background"}
{"action": "qux", "title": "Send request in the background"},
{"action": "other", "title": "Just notify existing clients"}
],
"data": {
Expand Down

0 comments on commit 3a68647

Please sign in to comment.