Skip to content

Commit 1f824c0

Browse files
Update analytics/src/include/firebase/analytics.h
Fix typo Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 22387e3 commit 1f824c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/include/firebase/analytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ void ResetAnalyticsData();
561561

562562
/// @brief The state of an app in its lifecycle.
563563
///
564-
/// kUnknown is an invalid sate that is used to capture uninitialized values.
564+
/// kUnknown is an invalid state that is used to capture uninitialized values.
565565
/// kTermination is used to indicate that the app is about to be terminated.
566566
enum AppLifecycleState {
567567
kUnknown = 0,

0 commit comments

Comments
 (0)