Skip to content

Commit

Permalink
fix(firebase_app_check): fix typo in code comment (#11207)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohe427 committed Jul 27, 2023
1 parent 3a20f41 commit 57225a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57225a9

Please sign in to comment.