Skip to content

Commit

Permalink
Remove duplicated word "only" (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-housni committed Apr 26, 2021
1 parent e8b2a84 commit 2ef7acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a GCM API key and VAPID keys.
```javascript
const webpush = require('web-push');

// VAPID keys should only be generated only once.
// VAPID keys should be generated only once.
const vapidKeys = webpush.generateVAPIDKeys();

webpush.setGCMAPIKey('<Your GCM API Key Here>');
Expand Down

0 comments on commit 2ef7acd

Please sign in to comment.