We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1771475 commit d82d6b4Copy full SHA for d82d6b4
README.md
@@ -293,7 +293,7 @@ const vapidHeaders = vapidHelper.getVapidHeaders(
293
);
294
```
295
296
-The *getVapidHeaders()* method will take in the values needed to create a
+The *getVapidHeaders()* method will take in the values needed to create
297
an Authorization and Crypto-Key header.
298
299
### Input
@@ -352,7 +352,7 @@ try {
352
353
> **Note:** When calling `generateRequestDetails()` the payload argument
354
does not *need* to be defined, passing in null will return no body and
355
-> exclude any unnesscary headers.
+> exclude any unnecessary headers.
356
> Headers related to the GCM API Key and / or VAPID keys will be included
357
> if supplied and required.
358
0 commit comments