diff --git a/packages/firebase_app_check/firebase_app_check_platform_interface/lib/src/apple_provider.dart b/packages/firebase_app_check/firebase_app_check_platform_interface/lib/src/apple_provider.dart index 78bdd8203971..810e2660d673 100644 --- a/packages/firebase_app_check/firebase_app_check_platform_interface/lib/src/apple_provider.dart +++ b/packages/firebase_app_check/firebase_app_check_platform_interface/lib/src/apple_provider.dart @@ -4,7 +4,7 @@ /// An enum representing the different types of Apple App Attest providers. enum AppleProvider { - /// The debug provider. No furhter configuration in your iOS code required. You simply need to copy/paste the debug token + /// The debug provider. No further configuration in your iOS code required. You simply need to copy/paste the debug token /// from the console when you run the app and add the token to your Firebase console. See documentation: /// https://firebase.google.com/docs/app-check/ios/debug-provider debug,