From 7c77781ca1ac5448cb25e6a2e805f6d0aa4bac67 Mon Sep 17 00:00:00 2001 From: Martin Mengo <64234011+tinchomengo@users.noreply.github.com> Date: Sun, 18 May 2025 18:02:01 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80cef45b..6286a458 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ The `Auth0` class constructor now accepts a new parameter, which is an instance ```tsx import Auth0 from 'react-native-auth0'; const localAuthOptions: LocalAuthenticationOptions = { - title: 'Authenticate to retreive your credentials', + title: 'Authenticate to retrieve your credentials', subtitle: 'Please authenticate to continue', description: 'We need to authenticate you to retrieve your credentials', cancelTitle: 'Cancel', @@ -559,7 +559,7 @@ const auth0 = new Auth0({ import { Auth0Provider } from 'react-native-auth0'; const localAuthOptions: LocalAuthenticationOptions = { - title: 'Authenticate to retreive your credentials', + title: 'Authenticate to retrieve your credentials', subtitle: 'Please authenticate to continue', description: 'We need to authenticate you to retrieve your credentials', cancelTitle: 'Cancel',