Skip to content

Commit 3ea16ed

Browse files
Fix typo
1 parent 182b9fe commit 3ea16ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @example
55
```ts
66
const notifyTypeLinkId = await deep.id(
7-
FIREBASE_PUSH_NOTIFICATION_PACKAGE_NAME,
7+
PACKAGE_NAME,
88
FirebasePushNotificationContains[FirebasePushNotificationContains.Notify]
99
)
1010
```

0 commit comments

Comments
 (0)