Skip to content

Commit 03e6cdd

Browse files
authored
Merge pull request #133 from BafS/patch-1
Fix missing ```
2 parents 540cda5 + cfd34e2 commit 03e6cdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pushNotifications.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Import the `PushNotificationsModule` in to your `AppModule`
1212
bootstrap: [AppComponent]
1313
})
1414
export class AppModule { }
15+
```
1516

1617
Now import the `PushNotificationsService` where you want to use it:
1718

@@ -59,4 +60,4 @@ interface PushNotification {
5960
```
6061

6162
Options correspond to the Notification interface of the Notification API:
62-
[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).
63+
[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).

0 commit comments

Comments
 (0)