Skip to content

Commit febd802

Browse files
authored
Update src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide/index.mdx
1 parent 704a5f2 commit febd802

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/push-notifications/push-notifications-migration-guide/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function getStaticProps(context) {
2121

2222
## Initialize, request permissions, and receive device tokens
2323

24-
As of v6 of Amplify, you will now import the functional API’s directly from the `aws-amplify/push-notifications` path as shown in the code block. You can also see the differences in APIs for initializing push notifications, asking for the permission or it's status and finally how to obtain the device token.
24+
As of v6 of Amplify JavaScript, you will now import the functional API’s directly from the `aws-amplify/push-notifications` path as shown in the code block. You can also see the differences in APIs for initializing push notifications, asking for the permission or it's status and finally how to obtain the device token.
2525

2626
Note: Red lines of code are v5 and Green lines are v6.
2727

0 commit comments

Comments
 (0)