aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/FIROptions.m
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-07-14 07:13:19 -0700
committerGravatar GitHub <noreply@github.com>2017-07-14 07:13:19 -0700
commit3f53f1bb2793214f5e8837de1a60ba1bde959a94 (patch)
treed9a581c8dded5c1352a44c34de2d3db11d0fad66 /Firebase/Core/FIROptions.m
parente731d90b5e1eca8b6726deea4057c3006b64b66d (diff)
Fix GoogleService-Info.plist casing in comments (#135)
* Fix GoogleService-Info.plist casing in comments * fix macOS travis failure
Diffstat (limited to 'Firebase/Core/FIROptions.m')
-rw-r--r--Firebase/Core/FIROptions.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Firebase/Core/FIROptions.m b/Firebase/Core/FIROptions.m
index 488f379..3395767 100644
--- a/Firebase/Core/FIROptions.m
+++ b/Firebase/Core/FIROptions.m
@@ -62,8 +62,8 @@ NSString *const kFIRExceptionBadModification =
@property(nonatomic, readwrite) NSMutableDictionary *optionsDictionary;
/**
- * Combination of analytics options from both the main plist and the GoogleService-info.plist.
- * Values which are present in the main plist override values from the GoogleService-info.plist.
+ * Combination of analytics options from both the main plist and the GoogleService-Info.plist.
+ * Values which are present in the main plist override values from the GoogleService-Info.plist.
*/
@property(nonatomic, readonly) NSDictionary *analyticsOptionsDictionary;