Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Oct 14, 2016
1 parent 1771475 commit d82d6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ const vapidHeaders = vapidHelper.getVapidHeaders(
);
```

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

### Input
Expand Down Expand Up @@ -352,7 +352,7 @@ try {

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

0 comments on commit d82d6b4

Please sign in to comment.