From 323b917b5eecf0e5161a61c66f6cabac5b23e1b8 Mon Sep 17 00:00:00 2001 From: Nils Reichardt Date: Thu, 8 Sep 2022 14:32:47 +0200 Subject: [PATCH] docs(firebase_auth): fix typo "apperance" in `platform_interface_firebase_auth.dart` (#9472) * Fix typo "apperance" in `platform_interface_firebase_auth.dart` * Update recaptcha_verifier.dart --- .../firebase_auth/firebase_auth/lib/src/recaptcha_verifier.dart | 2 +- .../platform_interface/platform_interface_firebase_auth.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/firebase_auth/firebase_auth/lib/src/recaptcha_verifier.dart b/packages/firebase_auth/firebase_auth/lib/src/recaptcha_verifier.dart index 7aa4bbf74d2b..f1740c13be46 100644 --- a/packages/firebase_auth/firebase_auth/lib/src/recaptcha_verifier.dart +++ b/packages/firebase_auth/firebase_auth/lib/src/recaptcha_verifier.dart @@ -35,7 +35,7 @@ class RecaptchaVerifier { /// when a [container] is not provided. Defaults to [RecaptchaVerifierSize.normal]. /// /// [theme] When providing a custom [container], a theme (light or dark) can - /// be provided to change the apperance of the reCAPTCHA widget. This has no + /// be provided to change the appearance of the reCAPTCHA widget. This has no /// effect when a [container] is not provided. Defaults to [RecaptchaVerifierTheme.light]. /// /// [onSuccess] An optional callback which is called when the user successfully diff --git a/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart b/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart index 8fe94672f299..fa75558c1bb6 100644 --- a/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart +++ b/packages/firebase_auth/firebase_auth_platform_interface/lib/src/platform_interface/platform_interface_firebase_auth.dart @@ -539,7 +539,7 @@ abstract class FirebaseAuthPlatform extends PlatformInterface { /// Starts a sign-in flow for a phone number. /// /// You can optionally provide a [RecaptchaVerifier] instance to control the - /// reCAPTCHA widget apperance and behavior. + /// reCAPTCHA widget appearance and behavior. /// /// Once the reCAPTCHA verification has completed, called [ConfirmationResult.confirm] /// with the users SMS verification code to complete the authentication flow.