We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22387e3 commit 1f824c0Copy full SHA for 1f824c0
analytics/src/include/firebase/analytics.h
@@ -561,7 +561,7 @@ void ResetAnalyticsData();
561
562
/// @brief The state of an app in its lifecycle.
563
///
564
-/// kUnknown is an invalid sate that is used to capture uninitialized values.
+/// kUnknown is an invalid state that is used to capture uninitialized values.
565
/// kTermination is used to indicate that the app is about to be terminated.
566
enum AppLifecycleState {
567
kUnknown = 0,
0 commit comments