Skip to content

Commit

Permalink
Typo in documentation (#1787)
Browse files Browse the repository at this point in the history
Wrong spelling of messages and single.

Co-authored-by: F. Hinkelmann <[email protected]>
  • Loading branch information
torgeiou and fhinkel authored May 8, 2020
1 parent e2b5454 commit d789132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/pubsub/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ app.post('/pubsub/authenticated-push', jsonBodyParser, async (req, res) => {
// Note: For high volume push requests, it would save some network
// overhead if you verify the tokens offline by decoding them using
// Google's Public Cert; caching already seen tokens works best when
// a large volume of messsages have prompted a singple push server to
// a large volume of messages have prompted a single push server to
// handle them, in which case they would all share the same token for
// a limited time window.
const ticket = await authClient.verifyIdToken({
Expand Down

0 comments on commit d789132

Please sign in to comment.