Skip to content

Commit 3542d8b

Browse files
committed
Typo fixed
1 parent 60ec646 commit 3542d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/apns-adapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ use Sly\NotificationPusher\PushManager,
124124
// First, instantiate the manager.
125125
//
126126
// Example for production environment:
127-
// $pushManager = new PushManager(PushManager::ENVIRONMENT_PRODUCTION);
127+
// $pushManager = new PushManager(PushManager::ENVIRONMENT_PROD);
128128
//
129129
// Development one by default (without argument).
130130
$pushManager = new PushManager(PushManager::ENVIRONMENT_DEV);

0 commit comments

Comments
 (0)