We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8067bf3 commit aaa6425Copy full SHA for aaa6425
1 file changed
GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignInButton.h
@@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
26
/// The minimum size of the button depends on the language used for text.
27
/// The following dimensions (in points) fit for all languages:
28
/// - kGIDSignInButtonStyleStandard: 230 x 48 (Example display text: "Sign in")
29
-/// - kGIDSignInButtonStyleWide: 312 x 48 (Display text is "Sign in with Google")
+/// - kGIDSignInButtonStyleWide: 312 x 48 (Example display text: "Sign in with Google")
30
/// - kGIDSignInButtonStyleIconOnly: 48 x 48 (no text, fixed size)
31
typedef NS_ENUM(NSInteger, GIDSignInButtonStyle) {
32
kGIDSignInButtonStyleStandard = 0,
0 commit comments