Skip to content

Commit 0fa5130

Browse files
Update README.md (#1183)
Co-authored-by: Subhankar Maiti <35273200+subhankarmaiti@users.noreply.github.com>
1 parent 7959e93 commit 0fa5130

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ The `Auth0` class constructor now accepts a new parameter, which is an instance
553553
```tsx
554554
import Auth0 from 'react-native-auth0';
555555
const localAuthOptions: LocalAuthenticationOptions = {
556-
title: 'Authenticate to retreive your credentials',
556+
title: 'Authenticate to retrieve your credentials',
557557
subtitle: 'Please authenticate to continue',
558558
description: 'We need to authenticate you to retrieve your credentials',
559559
cancelTitle: 'Cancel',
@@ -577,7 +577,7 @@ const auth0 = new Auth0({
577577
import { Auth0Provider } from 'react-native-auth0';
578578

579579
const localAuthOptions: LocalAuthenticationOptions = {
580-
title: 'Authenticate to retreive your credentials',
580+
title: 'Authenticate to retrieve your credentials',
581581
subtitle: 'Please authenticate to continue',
582582
description: 'We need to authenticate you to retrieve your credentials',
583583
cancelTitle: 'Cancel',

0 commit comments

Comments
 (0)