From d686862da1a889175eb85f3f57da2a07e87753bc Mon Sep 17 00:00:00 2001 From: AustinBenoit Date: Wed, 29 Jul 2026 13:19:03 -0400 Subject: [PATCH] docs(auth): fix typo in User::GetToken docstring (Java Web Token -> JSON Web Token) --- auth/src/include/firebase/auth/user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/src/include/firebase/auth/user.h b/auth/src/include/firebase/auth/user.h index f68d446e82..532ec9b8f9 100644 --- a/auth/src/include/firebase/auth/user.h +++ b/auth/src/include/firebase/auth/user.h @@ -195,7 +195,7 @@ class User : public UserInfoInterface { /// operations. bool is_valid() const; - /// The Java Web Token (JWT) that can be used to identify the user to + /// The JSON Web Token (JWT) that can be used to identify the user to /// the backend. /// /// If a current ID token is still believed to be valid (i.e. it has not yet