Skip to content

Commit ad8b489

Browse files
cshfangjimblanc
andauthored
Update src/fragments/lib/push-notifications/react-native/request_permissions/request-permissions.mdx
Co-authored-by: Jim Blanchard <[email protected]>
1 parent d4e9a22 commit ad8b489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fragments/lib/push-notifications/react-native/request_permissions/request-permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const status = await Notifications.Push.getPermissionStatus();
2323

2424
## Request permissions
2525

26-
Once you have determined the current status of permissions requires you to request permissions from you user, you can call `requestPermissions()` to make that request.
26+
Once you have determined if the current permission status requires you to request permissions from the user, you can call `requestPermissions()` to make that request.
2727

2828
Amplify requests all supported notification permissions by default. But you can also choose not to request specific permissions.
2929

0 commit comments

Comments
 (0)