Skip to content

Commit d82d6b4

Browse files
author
Matt Gaunt
committed
typos
1 parent 1771475 commit d82d6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const vapidHeaders = vapidHelper.getVapidHeaders(
293293
);
294294
```
295295

296-
The *getVapidHeaders()* method will take in the values needed to create a
296+
The *getVapidHeaders()* method will take in the values needed to create
297297
an Authorization and Crypto-Key header.
298298

299299
### Input
@@ -352,7 +352,7 @@ try {
352352

353353
> **Note:** When calling `generateRequestDetails()` the payload argument
354354
does not *need* to be defined, passing in null will return no body and
355-
> exclude any unnesscary headers.
355+
> exclude any unnecessary headers.
356356
> Headers related to the GCM API Key and / or VAPID keys will be included
357357
> if supplied and required.
358358

0 commit comments

Comments
 (0)