Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 10c57a2

Browse files
committed
Fixup comments
1 parent ada0a51 commit 10c57a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/google_sign_in/google_sign_in/lib/google_sign_in.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ class GoogleSignIn {
232232

233233
/// Client ID being used to connect to google sign-in.
234234
///
235-
/// This option is not supported on all platforms (e.g., Android). It is
236-
/// optional, if file-based configuration is used.
235+
/// This option is not supported on all platforms (e.g. Android). It is
236+
/// optional if file-based configuration is used.
237237
///
238238
/// The value specified here has precedence over a value from a configuration
239239
/// file.
@@ -242,8 +242,8 @@ class GoogleSignIn {
242242
/// Client ID of the backend server to which the app needs to authenticate
243243
/// itself.
244244
///
245-
/// Optional and not supported on all platforms (e.g., web). Per default, it
246-
/// is initialized from a configuration file, if available.
245+
/// Optional and not supported on all platforms (e.g. web). By default, it
246+
/// is initialized from a configuration file if available.
247247
///
248248
/// The value specified here has precedence over a value from a configuration
249249
/// file.

0 commit comments

Comments
 (0)