Skip to content

Commit 97ee266

Browse files
authored
Review FirebaseRemoteConfig Tests SampleApp (#13365)
1 parent 78f4ea2 commit 97ee266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Tests/Sample/RemoteConfigSampleApp/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ @interface ViewController ()
5050
@property(strong, nonatomic) IBOutlet UISwitch *developerModeEnabled;
5151
/// Current selected namespace.
5252
@property(nonatomic, copy) NSString *currentNamespace;
53-
/// Curret selected FIRApp instance name.
53+
/// Current selected FIRApp instance name.
5454
@property(nonatomic, copy) NSString *FIRAppName;
5555
/// Selected namespace picker control view.
5656
@property(nonatomic, strong) IBOutlet UIPickerView *namespacePicker;

0 commit comments

Comments
 (0)