This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 1 file changed +4
-4
lines changed
packages/google_sign_in/google_sign_in/lib
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ class GoogleSignIn {
232
232
233
233
/// Client ID being used to connect to google sign-in.
234
234
///
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.
237
237
///
238
238
/// The value specified here has precedence over a value from a configuration
239
239
/// file.
@@ -242,8 +242,8 @@ class GoogleSignIn {
242
242
/// Client ID of the backend server to which the app needs to authenticate
243
243
/// itself.
244
244
///
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.
247
247
///
248
248
/// The value specified here has precedence over a value from a configuration
249
249
/// file.
You can’t perform that action at this time.
0 commit comments