Skip to content

Commit f9c1d9a

Browse files
authored
Fix all typos found in the FirebaseInstallations package (#13357)
1 parent 58642b0 commit f9c1d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
static const NSTimeInterval k24Hours = 24 * 60 * 60;
2020
static const NSTimeInterval k30Minutes = 30 * 60;
2121

22-
/** The class represents `FIRInstallationsBackoffController` sate required to calculate next allowed
23-
request time. The properties of the class are intentionally immutable because changing them
22+
/** The class represents `FIRInstallationsBackoffController` state required to calculate next
23+
allowed request time. The properties of the class are intentionally immutable because changing them
2424
separately leads to an inconsistent state. */
2525
@interface FIRInstallationsBackoffEventData : NSObject
2626

0 commit comments

Comments
 (0)