Skip to content

Commit

Permalink
fix: typo in apns.ex (codedge-llc#210)
Browse files Browse the repository at this point in the history
change from Firebase Cloud Messaging filename to Apple
  • Loading branch information
morgz authored Nov 26, 2021
1 parent c6b1253 commit 78c3bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pigeon/apns.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Pigeon.APNS do
1. Create an `APNS` dispatcher.
```
# lib/fcm.ex
# lib/apns.ex
defmodule YourApp.APNS do
use Pigeon.Dispatcher, otp_app: :your_app
end
Expand Down

0 comments on commit 78c3bd7

Please sign in to comment.