Skip to content

Commit

Permalink
docs(firebase_auth): fix typo "apperance" in `platform_interface_fire…
Browse files Browse the repository at this point in the history
…base_auth.dart` (#9472)

* Fix typo "apperance" in `platform_interface_firebase_auth.dart`

* Update recaptcha_verifier.dart
  • Loading branch information
nilsreichardt committed Sep 8, 2022
1 parent 5137a64 commit 323b917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down
Expand Up @@ -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.
Expand Down

0 comments on commit 323b917

Please sign in to comment.