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.
2 parents 525d2d2 + ef94be8 commit 737f99dCopy full SHA for 737f99d
analytics/src/include/firebase/analytics.h
@@ -560,7 +560,7 @@ void ResetAnalyticsData();
560
561
/// @brief The state of an app in its lifecycle.
562
///
563
-/// kUnknown is an invalid sate that is used to capture uninitialized values.
+/// kUnknown is an invalid state that is used to capture uninitialized values.
564
/// kTermination is used to indicate that the app is about to be terminated.
565
enum AppLifecycleState { kUnknown = 0, kTermination };
566
0 commit comments