Skip to content

Commit

Permalink
Fix typo, asychronously -> asynchronously (#36)
Browse files Browse the repository at this point in the history
Found via `codespell -S deps,_build -L pullrequest`
  • Loading branch information
kianmeng authored Nov 29, 2022
1 parent 91da795 commit 1f10622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ iex(1) GoogleApi.PubSub.Samples.run
```

This will walk you through an example of starting an elixir subscription task
which processes PubSub messages asychronously.
which processes PubSub messages asynchronously.

[pubsub]: https://cloud.google.com/pubsub/
[adc]: https://cloud.google.com/docs/authentication#getting_credentials_for_server-centric_flow
Expand Down

0 comments on commit 1f10622

Please sign in to comment.