Skip to content

Commit 9a76bac

Browse files
authored
docs: Updated oauth.md - fixed typo (#329)
1 parent dd5507e commit 9a76bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/firebase-ui-auth/providers/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const webClientId = 'your-web-client-id.apps.googleusercontent.com';
8282
8383
String get googleClientId {
8484
return switch (defaultTargetPlatform) {
85-
TargetPlatfrom.iOS || TargetPlatform.macOS => iOSClientId,
85+
TargetPlatform.iOS || TargetPlatform.macOS => iOSClientId,
8686
_ => webClientId,
8787
}
8888
}

0 commit comments

Comments
 (0)